Skip to content

Commit b46e336

Browse files
chore(deps): update actions/upload-artifact action to v6 (#12)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d1b711f commit b46e336

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • .github/actions/upload_test_coverage_report

.github/actions/upload_test_coverage_report/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ runs:
5353
token: ${{ inputs.token }}
5454

5555
- name: Upload artifact
56-
uses: actions/upload-artifact@v5
56+
uses: actions/upload-artifact@v6
5757
with:
5858
name: ${{ inputs.filename }}
5959
path: ${{ inputs.output_path }}

0 commit comments

Comments
 (0)