Skip to content

Commit fe6bbad

Browse files
chore(deps): update actions/download-artifact action to v4.1.2 (#474)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Christian Bromann <git@bromann.dev>
1 parent 0e1d9b6 commit fe6bbad

File tree

1 file changed

+1
-1
lines changed
  • .github/workflows/actions/download-archive

1 file changed

+1
-1
lines changed

.github/workflows/actions/download-archive/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ inputs:
1010
runs:
1111
using: 'composite'
1212
steps:
13-
- uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
13+
- uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
1414
with:
1515
name: ${{ inputs.name }}
1616
path: ${{ inputs.path }}

0 commit comments

Comments
 (0)