File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 95
95
96
96
- name : Generate artifact attestation
97
97
if : github.ref_type == 'tag'
98
- uses : actions/attest-build-provenance@v2
98
+ uses : actions/attest-build-provenance@v3
99
99
with :
100
100
subject-path : build/*.tar.gz
101
101
Original file line number Diff line number Diff line change 34
34
35
35
- name : Generate artifact attestation
36
36
if : github.ref_type == 'tag'
37
- uses : actions/attest-build-provenance@v2
37
+ uses : actions/attest-build-provenance@v3
38
38
with :
39
39
subject-path : build/*.tar.gz
40
40
Original file line number Diff line number Diff line change 34
34
35
35
- name : Generate artifact attestation
36
36
if : github.ref_type == 'tag'
37
- uses : actions/attest-build-provenance@v2
37
+ uses : actions/attest-build-provenance@v3
38
38
with :
39
39
subject-path : build/*.zip
40
40
You can’t perform that action at this time.
0 commit comments