File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -56,14 +56,14 @@ jobs:
5656
5757 - name : Upload Benchmark Results
5858 if : always() && matrix.os == 'windows-latest'
59- uses : actions/upload-artifact@v4
59+ uses : actions/upload-artifact@v5
6060 with :
6161 name : benchmark-results
6262 path : BenchmarkDotNet.Artifacts\results
6363
6464 - name : Upload Code Coverage Report
6565 if : always() && matrix.os == 'ubuntu-latest'
66- uses : actions/upload-artifact@v4
66+ uses : actions/upload-artifact@v5
6767 with :
6868 name : coverage-reports
6969 path : TestResults/
Original file line number Diff line number Diff line change @@ -54,21 +54,21 @@ jobs:
5454
5555 - name : Upload Unit Test Results
5656 if : always() && matrix.os == 'windows-latest'
57- uses : actions/upload-artifact@v4
57+ uses : actions/upload-artifact@v5
5858 with :
5959 name : unit-test-results
6060 path : TestResults\*.trx
6161
6262 - name : Upload Benchmark Results
6363 if : always() && matrix.os == 'windows-latest'
64- uses : actions/upload-artifact@v4
64+ uses : actions/upload-artifact@v5
6565 with :
6666 name : benchmark-results
6767 path : BenchmarkDotNet.Artifacts\results
6868
6969 - name : Upload Code Coverage Report
7070 if : always() && matrix.os == 'ubuntu-latest'
71- uses : actions/upload-artifact@v4
71+ uses : actions/upload-artifact@v5
7272 with :
7373 name : coverage-reports
7474 path : TestResults/
You can’t perform that action at this time.
0 commit comments