File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ jobs:
3535 with :
3636 dotnet-version : " 8.0.x"
3737 - run : dotnet pack NGitLab.sln --configuration Release --output ${{env.NuGetDirectory}} /bl
38- - uses : actions/upload-artifact@v4
38+ - uses : actions/upload-artifact@v5
3939 with :
4040 name : nuget
4141 if-no-files-found : error
4242 retention-days : 7
4343 path : ${{env.NuGetDirectory}}/**/*
44- - uses : actions/upload-artifact@v4
44+ - uses : actions/upload-artifact@v5
4545 with :
4646 name : binlogs
4747 if-no-files-found : error
8484 - name : Run tests
8585 run : dotnet test --configuration ${{matrix.configuration}} --logger trx --results-directory "${{env.TestResultsDirectory}}" --collect:"XPlat Code Coverage" /p:RunAnalyzers=false
8686 - name : Upload test results
87- uses : actions/upload-artifact@v4
87+ uses : actions/upload-artifact@v5
8888 if : always()
8989 with :
9090 name : ${{steps.set-artifact-name.outputs.artifact_name}}
@@ -107,7 +107,7 @@ jobs:
107107 contents : read
108108 packages : write
109109 steps :
110- - uses : actions/download-artifact@v5
110+ - uses : actions/download-artifact@v6
111111 with :
112112 name : nuget
113113 path : ${{env.NuGetDirectory}}
You can’t perform that action at this time.
0 commit comments