We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39d167b + ba906a4 commit 20c1803Copy full SHA for 20c1803
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@v6
+ uses: actions/download-artifact@v7
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