We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 773f10f + f099ca6 commit 27e7002Copy full SHA for 27e7002
1 file changed
.github/workflows/ci.yaml
@@ -105,7 +105,7 @@ jobs:
105
106
- name: Upload digests (main only)
107
if: ${{ github.ref_name == 'main' }}
108
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
109
with:
110
name: digests-${{ matrix.version }}-${{ matrix.platform.id }}
111
path: /tmp/digests/${{ matrix.version }}-${{ matrix.platform.id }}.txt
0 commit comments