We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40a82ff commit 3d0a7dcCopy full SHA for 3d0a7dc
action.yml
@@ -30,7 +30,7 @@ runs:
30
shell: bash
31
- name: Archive code coverage results
32
if: inputs.with_archive == 'true'
33
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
34
with:
35
name: code-coverage-report
36
path: coverage.html
0 commit comments