We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b08c257 commit 6d727b4Copy full SHA for 6d727b4
.github/workflows/test.yaml
@@ -25,7 +25,7 @@ jobs:
25
run: ./build.cmd ci -release
26
27
# upload test results
28
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v3
29
if: success() || failure()
30
with:
31
name: test-results-release
@@ -55,7 +55,7 @@ jobs:
55
run: ./build.cmd ci -debug
56
57
58
59
60
61
name: test-results-debug
0 commit comments