Skip to content

Commit

Permalink
build(backport): bump actions/attest-build-provenance from 1.3.2 to 1…
Browse files Browse the repository at this point in the history
….3.3 in the actions group (#2533)

* Backport PR #2532.
  • Loading branch information
meeseeksmachine authored Jul 15, 2024
1 parent bee3e4c commit a7dcfa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && github.repository == 'scikit-hep/pyhf')
|| (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true' && github.repository == 'scikit-hep/pyhf')
|| (github.event_name == 'release' && github.event.action == 'published' && github.repository == 'scikit-hep/pyhf')
uses: actions/attest-build-provenance@bdd51370e0416ac948727f861e03c2f05d32d78e # v1.3.2
uses: actions/attest-build-provenance@5e9cb68e95676991667494a6a4e59b8a2f13e1d0 # v1.3.3
with:
subject-path: "dist/pyhf-*"

Expand Down

0 comments on commit a7dcfa4

Please sign in to comment.