Skip to content

Commit 2382d2e

Browse files
chore(deps): update actions/download-artifact action to v4.1.3 (#490)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4621f83 commit 2382d2e

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

+1-1
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@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
13+
- uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
1414
with:
1515
name: ${{ inputs.name }}
1616
path: ${{ inputs.path }}

0 commit comments

Comments
 (0)