Skip to content

Commit 30e32f1

Browse files
renovate[bot]saasen
authored andcommitted
chore(deps): update actions/upload-artifact action to v4
1 parent a0646b9 commit 30e32f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- run: dotnet restore
2828
- run: dotnet build --configuration Release --no-restore
2929
- run: dotnet test --no-restore --verbosity normal --logger trx --results-directory "testresults"
30-
- uses: actions/upload-artifact@v3
30+
- uses: actions/upload-artifact@v4
3131
with:
3232
path: testresults
3333
# Use always() to always run this step to publish test results when there are test failures

0 commit comments

Comments
 (0)