We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b51accb + 43d8c9f commit be23d67Copy full SHA for be23d67
2 files changed
.github/workflows/container-test.yml
@@ -22,7 +22,7 @@ jobs:
22
persist-credentials: false
23
24
- name: Download AMD64 image
25
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
26
with:
27
name: image-amd64-${{ github.run_id }}
28
path: /tmp
.github/workflows/docker-publish.yml
@@ -84,13 +84,13 @@ jobs:
84
85
86
87
88
89
90
91
92
- name: Download ARM64 image
93
94
95
name: image-arm64-${{ github.run_id }}
96
0 commit comments