Skip to content

Commit cfc27df

Browse files
authored
Merge pull request #197 from roadrunner-server/dependabot/github_actions/codecov/codecov-action-5.4.3
2 parents 9fab280 + 5f4c00a commit cfc27df

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/[email protected].2 # Docs: <https://github.com/codecov/codecov-action>
56+
- uses: codecov/[email protected].3 # 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)