We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89cb4d1 + 3d6f66f commit 5f4c6a0Copy full SHA for 5f4c6a0
1 file changed
.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@v3
+ - uses: actions/upload-artifact@v4
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