We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 800efbe + f5ab4d9 commit 8289c36Copy full SHA for 8289c36
.github/workflows/test.yml
@@ -74,7 +74,7 @@ jobs:
74
- name: E2E Tests (Playwright)
75
run: npm run test:e2e
76
- name: Store artifacts
77
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
78
if: failure()
79
with:
80
name: ${{ matrix.os }}-${{ matrix.node-version }}-artifacts
0 commit comments