File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 2828 - name : Run tests
2929 run : dotnet test --collect:"XPlat Code Coverage" --logger "GitHubActions"
3030 - name : Upload coverage
31- uses : actions/upload-artifact@v4
31+ uses : actions/upload-artifact@v5
3232 with :
3333 name : Code coverage ${{ matrix.os }}
3434 path : " **/coverage.cobertura.xml"
@@ -41,15 +41,15 @@ jobs:
4141 uses : actions/checkout@v4
4242 - name : Setup .NET
4343 uses : actions/setup-dotnet@v4
44- - uses : actions/download-artifact@v4
44+ - uses : actions/download-artifact@v6
4545 with :
4646 name : Code coverage ubuntu-latest
4747 path : coverage-ubuntu
48- - uses : actions/download-artifact@v4
48+ - uses : actions/download-artifact@v6
4949 with :
5050 name : Code coverage windows-latest
5151 path : coverage-windows
52- - uses : actions/download-artifact@v4
52+ - uses : actions/download-artifact@v6
5353 with :
5454 name : Code coverage macos-latest
5555 path : coverage-macos
7979 - name : Create packages
8080 run : dotnet pack --configuration Release --output ./packages
8181 - name : Upload a Build Artifact
82- uses : actions/upload-artifact@v4
82+ uses : actions/upload-artifact@v5
8383 with :
8484 name : NuGet packages
8585 path : packages/*.*
9595 fetch-depth : 0
9696 - name : Setup .NET
9797 uses : actions/setup-dotnet@v4
98- - uses : actions/download-artifact@v4
98+ - uses : actions/download-artifact@v6
9999 with :
100100 name : NuGet packages
101101 path : packages
You can’t perform that action at this time.
0 commit comments