File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ jobs:
157157
158158 - name : Upload CMake logs on error
159159 if : failure()
160- uses : actions/upload-artifact@v3
160+ uses : actions/upload-artifact@v4
161161 with :
162162 name : ${{ env.ARTIFACT_NAME }}_logs
163163 path : ${{ github.workspace }}/vcpkg/buildtrees/**/*.log
@@ -191,7 +191,7 @@ jobs:
191191 prerelease : ${{ contains(github.ref, 'pre') || contains(github.ref, 'rc') }}
192192 token : ${{ secrets.RELEASE_TOKEN }}
193193
194- - uses : actions/upload-artifact@v3
194+ - uses : actions/upload-artifact@v4
195195 if : contains(env.COMMIT_MESSAGE, 'debug artifacts') || github.event.release
196196 with :
197197 name : ${{ env.ARTIFACT_NAME }}.tar.xz
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110110
111111 - name : Upload CMake logs on error
112112 if : failure()
113- uses : actions/upload-artifact@v3
113+ uses : actions/upload-artifact@v4
114114 with :
115115 name : ${{ env.ARTIFACT_NAME }}_logs
116116 path : ${{ github.workspace }}/vcpkg/buildtrees/**/*.log
@@ -135,7 +135,7 @@ jobs:
135135 prerelease : ${{ contains(github.ref, 'pre') || contains(github.ref, 'rc') }}
136136 token : ${{ secrets.RELEASE_TOKEN }}
137137
138- - uses : actions/upload-artifact@v3
138+ - uses : actions/upload-artifact@v4
139139 if : contains(env.COMMIT_MESSAGE, 'debug artifacts') || github.event.release
140140 with :
141141 name : ${{ env.ARTIFACT_NAME }}.tar.xz
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130130 prerelease : ${{ contains(github.ref, 'pre') || contains(github.ref, 'rc') }}
131131 token : ${{ secrets.RELEASE_TOKEN }}
132132
133- - uses : actions/upload-artifact@v3
133+ - uses : actions/upload-artifact@v4
134134 if : contains(env.COMMIT_MESSAGE, 'debug artifacts')
135135 with :
136136 name : ${{ env.ARTIFACT_NAME }}.7z
You can’t perform that action at this time.
0 commit comments