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 32d0825 commit 0066ae2Copy full SHA for 0066ae2
.github/workflows/test-coverage.yaml
@@ -45,7 +45,7 @@ jobs:
45
46
- name: Upload test results
47
if: failure()
48
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
49
with:
50
name: coverage-test-failures
51
path: ${{ runner.temp }}/package
0 commit comments