Skip to content

Commit 2e4e792

Browse files
authored
Merge pull request #3 from validatedpatterns/dependabot/github_actions/actions/download-artifact-8.0.1
Bump actions/download-artifact from 4.3.0 to 8.0.1
2 parents d41d61f + c7d33b8 commit 2e4e792

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ jobs:
7979

8080
steps:
8181
- name: Download AMD64 image
82-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
82+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
8383
with:
8484
name: image-amd64-${{ github.run_id }}
8585
path: /tmp
8686

8787
- name: Download ARM64 image
88-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
88+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
8989
with:
9090
name: image-arm64-${{ github.run_id }}
9191
path: /tmp

0 commit comments

Comments
 (0)