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 73
73
gvim*.exe
74
74
75
75
- name : Attest Installer
76
- uses : actions/attest-build-provenance@v2
76
+ uses : actions/attest-build-provenance@v3
77
77
with :
78
78
subject-name : arm64-windows-installer.exe
79
79
subject-digest : sha256:${{ steps.upload-installer.outputs.artifact-digest }}
89
89
gvim*.zip
90
90
91
91
- name : Attest Zip File
92
- uses : actions/attest-build-provenance@v2
92
+ uses : actions/attest-build-provenance@v3
93
93
with :
94
94
subject-name : arm64-windows-zip-archive.zip
95
95
subject-digest : sha256:${{ steps.upload-zip.outputs.artifact-digest }}
@@ -105,7 +105,7 @@ jobs:
105
105
gvim*arm64.*
106
106
107
107
- name : Attest Zip File for Signpath
108
- uses : actions/attest-build-provenance@v2
108
+ uses : actions/attest-build-provenance@v3
109
109
with :
110
110
subject-name : arm64-windows-zip-archive.zip
111
111
subject-digest : sha256:${{ steps.upload-unsigned-zip.outputs.artifact-digest }}
You can’t perform that action at this time.
0 commit comments