We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 109952d commit 9fd5b5aCopy full SHA for 9fd5b5a
1 file changed
.github/workflows/release.yml
@@ -155,7 +155,7 @@ jobs:
155
touch "${{ runner.temp }}/digests/${digest#sha256:}"
156
157
- name: Upload digest
158
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
159
with:
160
name: digests-${{ env.PLATFORM_PAIR }}
161
path: ${{ runner.temp }}/digests/*
@@ -168,7 +168,7 @@ jobs:
168
needs: docker
169
steps:
170
- name: Download digests
171
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
172
173
path: ${{ runner.temp }}/digests
174
pattern: digests-*
0 commit comments