We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cfb2b9 commit 65219d1Copy full SHA for 65219d1
.github/workflows/ci.yml
@@ -81,7 +81,7 @@ jobs:
81
if: failure()
82
shell: bash
83
run: tar -cvf test-temp.tar --exclude="node_modules" temp/
84
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v3
85
86
with:
87
name: test-failure-${{github.run_id}}-${{ matrix.os }}-${{ matrix.node }}
@@ -92,7 +92,7 @@ jobs:
92
temp/build/jest-results.json
93
temp/build/junit.xml
94
pnpm-debug.log
95
96
if: success()
97
98
name: test-success-${{github.run_id}}-${{ matrix.os }}-${{ matrix.node }}
0 commit comments