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 aaeee19 commit 618f1f8Copy full SHA for 618f1f8
1 file changed
.github/workflows/build.yml
@@ -86,7 +86,7 @@ jobs:
86
build/bin/
87
build/libs/
88
- name: Attest Build Artifacts
89
- uses: actions/attest-build-provenance@v3
+ uses: actions/attest-build-provenance@v4
90
with:
91
subject-name: build-artifacts-${{ matrix.name }}-${{ github.run_id }}
92
subject-digest: sha256:${{ steps.archive.outputs.artifact-digest }}
@@ -154,7 +154,7 @@ jobs:
154
build/test-results/
155
- name: Attest Test Artifacts
156
if: success() || failure()
157
158
159
subject-name: test-artifacts-${{ matrix.name }}-${{ github.run_id }}
160
0 commit comments