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 7706269 commit 2fc738dCopy full SHA for 2fc738d
.github/workflows/ci.yml
@@ -116,7 +116,7 @@ jobs:
116
if: failure()
117
shell: bash
118
run: tar -cvf test-temp.tar --exclude="node_modules" temp/
119
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
120
121
with:
122
name: test-failure-${{github.run_id}}-${{ matrix.os }}-${{ matrix.node }}
0 commit comments