Skip to content
This repository was archived by the owner on Jul 17, 2026. It is now read-only.

Commit 263fcbe

Browse files
Update codecov/codecov-action action to v5.5.5
1 parent 9f970ba commit 263fcbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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.5
2323
with:
2424
token: ${{ inputs.codecov_token }}
2525
files: coverage.xml

0 commit comments

Comments
 (0)