Skip to content

Commit d9ba8f6

Browse files
authored
Merge pull request #94 from vicamo/dependabot/github_actions/actions/download-artifact-7
build(deps): Bump actions/download-artifact from 5 to 7
2 parents f83bf5c + 9dee691 commit d9ba8f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/per-suite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
run: ls -al /proc/sys/fs/binfmt_misc
8585

8686
- name: Download debuerreotype image tarball
87-
uses: actions/download-artifact@v5
87+
uses: actions/download-artifact@v7
8888
with:
8989
name: debuerreotype
9090
path: /tmp
@@ -165,7 +165,7 @@ jobs:
165165
env:
166166
ARCHES: ${{ inputs.architectures }}
167167
steps:
168-
- uses: actions/download-artifact@v5
168+
- uses: actions/download-artifact@v7
169169
with:
170170
pattern: ${{ env.CODENAME }}-*
171171

0 commit comments

Comments
 (0)