Skip to content

Commit 277cf90

Browse files
authored
Merge pull request #319 from bervProject/dependabot/github_actions/codecov/codecov-action-5
build(deps): Bump codecov/codecov-action from 4 to 5
2 parents df239c3 + 5da189e commit 277cf90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Test
2626
run: dotnet test --configuration Release --no-restore --no-build --verbosity normal --collect:"XPlat Code Coverage"
2727
- name: Report Codecov
28-
uses: codecov/codecov-action@v4
28+
uses: codecov/codecov-action@v5
2929
codeql:
3030
runs-on: ubuntu-22.04
3131
steps:

0 commit comments

Comments
 (0)