File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4848 run : dotnet test tests/SVNPathCopy.Tests/SVNPathCopy.Tests.csproj --configuration Release --no-build --verbosity normal --results-directory tests/SVNPathCopy.Tests/TestResults --logger "trx;LogFileName=test-results.trx" --collect:"XPlat Code Coverage"
4949
5050 - name : Upload test results
51- uses : actions/upload-artifact@v6
51+ uses : actions/upload-artifact@v7
5252 if : always()
5353 with :
5454 name : test-results
@@ -114,7 +114,7 @@ jobs:
114114 run : dotnet build src/SVNPathCopy.Installer/SVNPathCopy.Installer.wixproj --configuration Release --no-restore
115115
116116 - name : Upload MSI artifact
117- uses : actions/upload-artifact@v6
117+ uses : actions/upload-artifact@v7
118118 with :
119119 name : SVNPathCopy-Installer
120120 path : src/SVNPathCopy.Installer/bin/x64/Release/*.msi
You can’t perform that action at this time.
0 commit comments