There was an error while loading. Please reload this page.
2 parents d41d61f + c7d33b8 commit 2e4e792Copy full SHA for 2e4e792
1 file changed
.github/workflows/build-and-push.yml
@@ -79,13 +79,13 @@ jobs:
79
80
steps:
81
- name: Download AMD64 image
82
- uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4
+ uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
83
with:
84
name: image-amd64-${{ github.run_id }}
85
path: /tmp
86
87
- name: Download ARM64 image
88
89
90
name: image-arm64-${{ github.run_id }}
91
0 commit comments