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 f7ca416 commit 349c073Copy full SHA for 349c073
.github/workflows/release.yml
@@ -61,7 +61,7 @@ jobs:
61
run: dotnet nuget push "src/**/*.nupkg" --api-key "${{ secrets.NUGET_TOKEN }}" --source https://api.nuget.org/v3/index.json
62
63
- name: Generate artifact attestation
64
- uses: actions/attest-build-provenance@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0
+ uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0
65
with:
66
subject-path: "src/**/*.nupkg"
67
0 commit comments