We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b24a44d + b7e00a9 commit 53073ecCopy full SHA for 53073ec
1 file changed
.github/workflows/build-push.yaml
@@ -104,13 +104,13 @@ jobs:
104
persist-credentials: false
105
106
- name: Download AMD64 image
107
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
108
with:
109
name: image-amd64-${{ github.run_id }}
110
path: /tmp
111
112
- name: Download ARM64 image
113
114
115
name: image-arm64-${{ github.run_id }}
116
0 commit comments