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 01cb82a commit bb97692Copy full SHA for bb97692
.github/workflows/test-coverage.yml
@@ -47,7 +47,7 @@ jobs:
47
48
- name: Upload test results
49
if: failure()
50
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
51
with:
52
name: coverage-test-failures
53
path: ${{ runner.temp }}/package
0 commit comments