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 81ac214 commit 8308854Copy full SHA for 8308854
.github/workflows/release.yml
@@ -66,7 +66,7 @@ jobs:
66
run: dotnet nuget push "src/**/*.nupkg" --api-key "${{ secrets.NUGET_TOKEN }}" --source https://api.nuget.org/v3/index.json
67
68
- name: Generate artifact attestation
69
- uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
+ uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3.0.0
70
with:
71
subject-path: "src/**/*.nupkg"
72
0 commit comments