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 2525fef commit 748a77fCopy full SHA for 748a77f
.github/workflows/code_health.yaml
@@ -54,7 +54,7 @@ jobs:
54
run: npm test
55
- name: Upload test results
56
if: matrix.os == 'ubuntu-latest'
57
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
58
with:
59
name: test-results
60
path: coverage/lcov.info
0 commit comments