We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3de8802 + 3593b77 commit 678bfc9Copy full SHA for 678bfc9
1 file changed
.github/workflows/build-publish.yml
@@ -134,7 +134,7 @@ jobs:
134
run: |
135
echo "hashes=$(cat checksums.txt | base64 -w0)" >> "$GITHUB_OUTPUT"
136
- name: Attest the release artifacts
137
- uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
+ uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
138
with:
139
subject-path: 'dist/**'
140
- name: Upload artifact signatures to GitHub Release
0 commit comments