Skip to content

Commit 8002f9f

Browse files
chore(deps): update actions/upload-artifact action to v5 (#8)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 95544ca commit 8002f9f

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/upload_test_coverage_report

1 file changed

+1
-1
lines changed

.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@v4
56+
uses: actions/upload-artifact@v5
5757
with:
5858
name: ${{ inputs.filename }}
5959
path: ${{ inputs.output_path }}

0 commit comments

Comments
 (0)