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 0c56b7a commit 939a0f5Copy full SHA for 939a0f5
.github/workflows/unit.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Run tests
35
run: pnpm test
36
- name: Upload artifacts
37
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
38
if: failure()
39
with:
40
name: unit-tests
0 commit comments