Skip to content

Commit

Permalink
Merge pull request #319 from bervProject/dependabot/github_actions/co…
Browse files Browse the repository at this point in the history
…decov/codecov-action-5

build(deps): Bump codecov/codecov-action from 4 to 5
  • Loading branch information
mergify[bot] authored Dec 1, 2024
2 parents df239c3 + 5da189e commit 277cf90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Test
run: dotnet test --configuration Release --no-restore --no-build --verbosity normal --collect:"XPlat Code Coverage"
- name: Report Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
codeql:
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit 277cf90

Please sign in to comment.