Skip to content

Commit 30ff6d0

Browse files
authored
Merge pull request #63 from validatedpatterns/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 7 to 8
2 parents 7bc8e0f + 75de2f2 commit 30ff6d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ jobs:
8080
persist-credentials: false
8181

8282
- name: Download AMD64 image
83-
uses: actions/download-artifact@v7
83+
uses: actions/download-artifact@v8
8484
with:
8585
name: image-amd64-${{ github.run_id }}
8686
path: /tmp
8787

8888
- name: Download ARM64 image
89-
uses: actions/download-artifact@v7
89+
uses: actions/download-artifact@v8
9090
with:
9191
name: image-arm64-${{ github.run_id }}
9292
path: /tmp

0 commit comments

Comments
 (0)