Skip to content

Commit e01e46b

Browse files
Bump codecov/codecov-action from 3 to 5 (#1170)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Shane Krueger <[email protected]>
1 parent c219332 commit e01e46b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: dotnet test --no-restore --no-build
6868
- name: Upload coverage to codecov
6969
if: ${{ startsWith(matrix.os, 'ubuntu') }}
70-
uses: codecov/codecov-action@v3
70+
uses: codecov/codecov-action@v5
7171
with:
7272
files: .coverage/GraphQL.Server.Transports.AspNetCore.Tests/coverage.net7.0.opencover.xml,.coverage/GraphQL.Server.Transports.AspNetCore.Tests/coverage.netcoreapp2.1.opencover.xml,.coverage/GraphQL.Server.Samples.Server.Tests/coverage.net7.0.opencover.xml
7373

0 commit comments

Comments
 (0)