File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ jobs:
135135 - name : Upload fuzz failure as artifact
136136 id : artifact
137137 if : ${{ failure() && steps.new-failure.outputs.file != '' }}
138- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
138+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
139139 with :
140140 name : failure-${{ steps.new-failure.outputs.package }}-${{ steps.new-failure.outputs.function }}
141141 path : ${{ steps.new-failure.outputs.file }}
Original file line number Diff line number Diff line change 2929 PR_NUMBER : ${{ github.event.pull_request.number }}
3030
3131 - name : Upload PR info artifact 🛫
32- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
32+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
3333 with :
3434 name : backport-info
3535 path : backport-info/
Original file line number Diff line number Diff line change @@ -107,14 +107,14 @@ jobs:
107107 VERSION : ${{ env.RELEASE_TAG }}
108108
109109 - name : Publish dist
110- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
110+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
111111 with :
112112 name : dist
113113 path : ./dist
114114 if-no-files-found : error
115115
116116 - name : Publish unsigned Windows executables
117- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
117+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
118118 with :
119119 name : windows-executables
120120 path : |
@@ -194,7 +194,7 @@ jobs:
194194 VERSION : ${{ env.RELEASE_TAG }}
195195
196196 - name : Publish unsigned Windows installer
197- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
197+ uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
198198 with :
199199 name : windows-installer-unsigned
200200 path : ./dist/alloy-installer-windows-amd64.exe
You can’t perform that action at this time.
0 commit comments