File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6363
6464 - name : Publish Benchmarks
6565 if : runner.os == 'Windows'
66- uses : actions/upload-artifact@v4
66+ uses : actions/upload-artifact@v5
6767 with :
6868 name : Benchmarks
6969 path : |
Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ jobs:
246246 shell : pwsh
247247
248248 - name : Upload Package List
249- uses : actions/upload-artifact@v4
249+ uses : actions/upload-artifact@v5
250250 if : ${{ runner.os == 'Windows' }}
251251 with :
252252 name : nuget-list
@@ -256,7 +256,7 @@ jobs:
256256
257257 - name : Publish Packages
258258 if : ${{ runner.os == 'Windows' }}
259- uses : actions/upload-artifact@v4
259+ uses : actions/upload-artifact@v5
260260 with :
261261 name : packages
262262 path : ${{ github.workspace }}/nuget/
@@ -328,7 +328,7 @@ jobs:
328328 --verbosity Information
329329
330330 - name : Publish Packages
331- uses : actions/upload-artifact@v4
331+ uses : actions/upload-artifact@v5
332332 with :
333333 name : signed-packages
334334 if-no-files-found : error
You can’t perform that action at this time.
0 commit comments