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 bd6b12a commit 85a773cCopy full SHA for 85a773c
action.yml
@@ -132,7 +132,7 @@ runs:
132
133
- name: Upload report artifacts
134
if: ${{ steps.diff.outputs.has_changes == 'true' && (inputs.markdown != '' || inputs.json != '' || inputs.html != '' || inputs.text != '' || inputs.asciidoc != '') }}
135
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
+ uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
136
with:
137
name: ${{ inputs.artifact-name }}
138
if-no-files-found: ignore
0 commit comments