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.
2 parents 7e3a6a1 + e209506 commit b82d25bCopy full SHA for b82d25b
.github/actions/test-linux/action.yml
@@ -55,7 +55,7 @@ runs:
55
--show-diff \
56
--show-slow 1000 \
57
--set-timeout 120
58
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
59
if: always() && inputs.testArtifacts != null
60
with:
61
name: ${{ github.job }}_${{ inputs.testArtifacts }}
.github/actions/test-macos/action.yml
@@ -29,7 +29,7 @@ runs:
29
30
31
32
33
34
35
0 commit comments