Skip to content

Commit 0607659

Browse files
chore(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.3.1 to 5.4.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v5.3.1...v5.4.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9b1be2f commit 0607659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Test
2626
run: task test
2727
- name: Upload coverage reports to Codecov
28-
uses: codecov/codecov-action@v5.3.1
28+
uses: codecov/codecov-action@v5.4.0
2929
with:
3030
token: ${{ secrets.CODECOV_TOKEN }}
3131
codecov_yml_path: .github/codecov.yml

0 commit comments

Comments
 (0)