Skip to content

Commit

Permalink
Update actions/attest-build-provenance action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and catuhana committed Dec 6, 2024
1 parent 26ec342 commit ee95b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
path: target/release/nue${{ runner.os == 'Windows' && '.exe' || '' }}

- name: Generate artifact attestation
uses: actions/attest-build-provenance@v1
uses: actions/attest-build-provenance@v2
with:
subject-name: nue-${{ runner.os }}
subject-path: target/release/nue${{ runner.os == 'Windows' && '.exe' || '' }}

0 comments on commit ee95b25

Please sign in to comment.