Skip to content

Commit ebb33e2

Browse files
authored
Merge pull request #214 from roadrunner-server/dependabot/github_actions/codecov/codecov-action-6.0.1
chore(deps): bump codecov/codecov-action from 5.5.2 to 6.0.1
2 parents 759cc8b + 7ffe007 commit ebb33e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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.5.2 # Docs: <https://github.com/codecov/codecov-action>
56+
- uses: codecov/codecov-action@v6.0.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)