We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51c5cf4 commit 1c0e62dCopy full SHA for 1c0e62d
.github/workflows/tests.yml
@@ -47,14 +47,14 @@ jobs:
47
npm run compile && npm run test:coverage
48
- name: Upload test results
49
if: always()
50
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
51
with:
52
name: test-results-${{ matrix.os }}
53
path: test-results/
54
55
- name: Upload coverage results
56
57
58
59
name: coverage-${{ matrix.os }}
60
path: |
0 commit comments