There was an error while loading. Please reload this page.
1 parent 70c789e commit 09a3f12Copy full SHA for 09a3f12
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