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 668edf2 + b82d25b commit 91fde8bCopy full SHA for 91fde8b
.github/actions/test-linux/action.yml
@@ -60,7 +60,7 @@ runs:
60
--show-diff \
61
--show-slow 1000 \
62
--set-timeout 120
63
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
64
if: always() && inputs.testArtifacts != null
65
with:
66
name: ${{ github.job }}_${{ inputs.testArtifacts }}
.github/actions/test-macos/action.yml
@@ -30,7 +30,7 @@ runs:
30
31
32
33
34
35
36
0 commit comments