File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -50,12 +50,12 @@ jobs:
50
50
attestations : write
51
51
contents : read
52
52
steps :
53
- - uses : actions/download-artifact@54124fbd881f8ce794405a06896c93c49c17463e
53
+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
54
54
with :
55
55
artifact-ids : ${{ needs.release.outputs.artifact-id }}
56
56
57
57
- name : attest build provenance
58
- uses : actions/attest-build-provenance@2.2.3
58
+ uses : actions/attest-build-provenance@v2.3.0
59
59
with :
60
60
subject-path : " ."
61
61
64
64
runs-on : ubuntu-latest
65
65
needs : [release, sign]
66
66
steps :
67
- - uses : actions/download-artifact@54124fbd881f8ce794405a06896c93c49c17463e
67
+ - uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
68
68
with :
69
69
artifact-ids : ${{ needs.release.outputs.artifact-id }}
70
70
You can’t perform that action at this time.
0 commit comments