Skip to content

Commit 20c1803

Browse files
authored
Merge pull request #57 from validatedpatterns/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents 39d167b + ba906a4 commit 20c1803

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@v6
83+
uses: actions/download-artifact@v7
8484
with:
8585
name: image-amd64-${{ github.run_id }}
8686
path: /tmp
8787

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

0 commit comments

Comments
 (0)