There was an error while loading. Please reload this page.
2 parents 846a2ad + a521871 commit 5032774Copy full SHA for 5032774
1 file changed
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
run: npm run test:ci
41
- name: Upload JUnit test results
42
if: ${{ always() }}
43
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
44
with:
45
name: test-results-${{ matrix.os }}-node-${{ matrix.node }}
46
path: test-results/vitest.junit.xml
0 commit comments