We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7bc8e0f + 75de2f2 commit 30ff6d0Copy full SHA for 30ff6d0
1 file changed
.github/workflows/docker-publish.yml
@@ -80,13 +80,13 @@ jobs:
80
persist-credentials: false
81
82
- name: Download AMD64 image
83
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
84
with:
85
name: image-amd64-${{ github.run_id }}
86
path: /tmp
87
88
- name: Download ARM64 image
89
90
91
name: image-arm64-${{ github.run_id }}
92
0 commit comments