We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1df36a + 49dd459 commit 090114fCopy full SHA for 090114f
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@v7
+ uses: actions/download-artifact@v8
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