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 d9bf071 commit a0059f0Copy full SHA for a0059f0
.github/workflows/release.yml
@@ -73,7 +73,7 @@ jobs:
73
touch "$RUNNER_TEMP/digests/${digest#sha256:}"
74
75
- name: Upload digest
76
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
77
with:
78
name: digests-${{ matrix.os }}-${{ matrix.arch }}
79
path: ${{ runner.temp }}/digests/*
0 commit comments