File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ jobs:
113113
114114 - name : Upload vcpkg failure logs
115115 if : failure()
116- uses : actions/upload-artifact@v6
116+ uses : actions/upload-artifact@v7
117117 with :
118118 name : vcpkg-logs-${{ github.job }}
119119 path : vcpkg/buildtrees/**/*.log
@@ -210,7 +210,7 @@ jobs:
210210
211211 - name : Upload vcpkg failure logs
212212 if : failure()
213- uses : actions/upload-artifact@v6
213+ uses : actions/upload-artifact@v7
214214 with :
215215 name : vcpkg-logs-${{ github.job }}
216216 path : vcpkg/buildtrees/**/*.log
@@ -299,7 +299,7 @@ jobs:
299299
300300 - name : Upload vcpkg failure logs
301301 if : failure()
302- uses : actions/upload-artifact@v6
302+ uses : actions/upload-artifact@v7
303303 with :
304304 name : vcpkg-logs-${{ github.job }}
305305 path : vcpkg/buildtrees/**/*.log
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109
110110 - name : Upload vcpkg failure logs
111111 if : failure()
112- uses : actions/upload-artifact@v6
112+ uses : actions/upload-artifact@v7
113113 with :
114114 name : vcpkg-logs-${{ github.job }}
115115 path : vcpkg/buildtrees/**/*.log
@@ -201,7 +201,7 @@ jobs:
201201
202202 - name : Upload vcpkg failure logs
203203 if : failure()
204- uses : actions/upload-artifact@v6
204+ uses : actions/upload-artifact@v7
205205 with :
206206 name : vcpkg-logs-${{ github.job }}
207207 path : vcpkg/buildtrees/**/*.log
@@ -292,7 +292,7 @@ jobs:
292292
293293 - name : Upload vcpkg failure logs
294294 if : failure()
295- uses : actions/upload-artifact@v6
295+ uses : actions/upload-artifact@v7
296296 with :
297297 name : vcpkg-logs-${{ github.job }}
298298 path : vcpkg/buildtrees/**/*.log
You can’t perform that action at this time.
0 commit comments