We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4621f83 commit 2382d2eCopy full SHA for 2382d2e
.github/workflows/actions/download-archive/action.yml
@@ -10,7 +10,7 @@ inputs:
10
runs:
11
using: 'composite'
12
steps:
13
- - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
+ - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
14
with:
15
name: ${{ inputs.name }}
16
path: ${{ inputs.path }}
0 commit comments