Skip to content

Commit ccac7f5

Browse files
chore(deps): update codecov/codecov-action action to v5.5.1
1 parent 9f970ba commit ccac7f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/report/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
- name: Upload coverage reports to Codecov
2020
if: (success() || failure()) # always upload coverage reports even if the tests fail
2121
continue-on-error: true
22-
uses: codecov/codecov-action@v5.4.3
22+
uses: codecov/codecov-action@v5.5.1
2323
with:
2424
token: ${{ inputs.codecov_token }}
2525
files: coverage.xml

0 commit comments

Comments
 (0)