Skip to content

Commit 9dd128c

Browse files
committed
Update upload-artifact action to version 4 in buildtest workflow
1 parent 73b318b commit 9dd128c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildtest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
directory: ./TestResults
3232
files: '*.cobertura.xml'
3333
- name: Upload test results
34-
uses: actions/upload-artifact@v3
34+
uses: actions/upload-artifact@v4
3535
with:
3636
name: test-results
3737
path: ./TestResults

0 commit comments

Comments
 (0)