Skip to content

Commit 35f31ed

Browse files
chore(deps): bump codecov/codecov-action from 5.2.0 to 5.3.1
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.2.0 to 5.3.1. - [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.2.0...v5.3.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e8238b9 commit 35f31ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
go test -v -race -cover -tags=debug -coverpkg=./... -coverprofile=./coverage-ci/disabled_vertices.txt -covermode=atomic ./tests/disabled_vertices
5454
cat ./coverage-ci/*.txt > ./coverage-ci/summary.txt
5555
56-
- uses: codecov/codecov-action@v5.2.0 # Docs: <https://github.com/codecov/codecov-action>
56+
- uses: codecov/codecov-action@v5.3.1 # Docs: <https://github.com/codecov/codecov-action>
5757
if: ${{ matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest' }}
5858
with:
5959
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)