Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and saasen committed Dec 26, 2023
1 parent a0646b9 commit 30e32f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- run: dotnet restore
- run: dotnet build --configuration Release --no-restore
- run: dotnet test --no-restore --verbosity normal --logger trx --results-directory "testresults"
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: testresults
# Use always() to always run this step to publish test results when there are test failures
Expand Down

0 comments on commit 30e32f1

Please sign in to comment.