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