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 820f374 commit 576ae5eCopy full SHA for 576ae5e
1 file changed
.github/workflows/publish.yml
@@ -84,7 +84,7 @@ jobs:
84
touch "${{ runner.temp }}/digests/${digest#sha256:}"
85
86
- name: Upload digest
87
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
88
with:
89
name: digests-${{ inputs.version }}-${{ inputs.variant }}-${{ env.PLATFORM_PAIR }}
90
path: ${{ runner.temp }}/digests/*
0 commit comments