We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f83bf5c + 9dee691 commit d9ba8f6Copy full SHA for d9ba8f6
1 file changed
.github/workflows/per-suite.yml
@@ -84,7 +84,7 @@ jobs:
84
run: ls -al /proc/sys/fs/binfmt_misc
85
86
- name: Download debuerreotype image tarball
87
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v7
88
with:
89
name: debuerreotype
90
path: /tmp
@@ -165,7 +165,7 @@ jobs:
165
env:
166
ARCHES: ${{ inputs.architectures }}
167
steps:
168
- - uses: actions/download-artifact@v5
+ - uses: actions/download-artifact@v7
169
170
pattern: ${{ env.CODENAME }}-*
171
0 commit comments