Skip to content

Commit 86af450

Browse files
Bump actions/upload-artifact from 4 to 5 (#2917)
1 parent 367b738 commit 86af450

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
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: |

.github/workflows/dotnet-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)