We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1b711f commit b46e336Copy full SHA for b46e336
1 file changed
.github/actions/upload_test_coverage_report/action.yml
@@ -53,7 +53,7 @@ runs:
53
token: ${{ inputs.token }}
54
55
- name: Upload artifact
56
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
57
with:
58
name: ${{ inputs.filename }}
59
path: ${{ inputs.output_path }}
0 commit comments