We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1b155 commit 4519ba7Copy full SHA for 4519ba7
.github/workflows/cpp.yml
@@ -38,7 +38,7 @@ jobs:
38
run: |
39
./build/release_x64/TDissUnitTester --gtest_output=xml:test_results.xml
40
- name: Upload test results
41
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
42
with:
43
name: test-results
44
path: test_results.xml
0 commit comments