Skip to content

Commit 4519ba7

Browse files
authored
Update cpp.yml
1 parent 8c1b155 commit 4519ba7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
./build/release_x64/TDissUnitTester --gtest_output=xml:test_results.xml
4040
- name: Upload test results
41-
uses: actions/upload-artifact@v2
41+
uses: actions/upload-artifact@v4
4242
with:
4343
name: test-results
4444
path: test_results.xml

0 commit comments

Comments
 (0)