Skip to content

Commit a65cd38

Browse files
Update upload-artifact action to version 4
1 parent 40ac1c9 commit a65cd38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: |
2929
dotnet test --no-build --logger "trx;LogFileName=test_results.trx" --verbosity normal
3030
- name: Upload Test Results
31-
uses: actions/upload-artifact@v3
31+
uses: actions/upload-artifact@v4
3232
with:
3333
name: TestResults
3434
path: '**/TestResults/*.trx'

0 commit comments

Comments
 (0)