We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c511fdb + 386984b commit a20c3d5Copy full SHA for a20c3d5
1 file changed
.github/workflows/ci.yml
@@ -161,7 +161,7 @@ jobs:
161
sha256sum "opnet-node-${VERSION}.zip" > "opnet-node-${VERSION}.zip.sha256"
162
163
- name: Attest build provenance
164
- uses: actions/attest-build-provenance@v3
+ uses: actions/attest-build-provenance@v4
165
with:
166
subject-path: |
167
opnet-node-${{ steps.version.outputs.git_tag }}.tar.gz
0 commit comments