Skip to content

Commit

Permalink
Update codecov/codecov-action action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent 0cfc657 commit 6f3cfa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
dotnet tool restore
dotnet cake --pack true
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v5
with:
directory: ./test-output
files: coverage.cobertura.xml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
dotnet tool restore
dotnet cake
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v5
with:
directory: ./test-output
files: coverage.cobertura.xml
Expand Down

0 comments on commit 6f3cfa3

Please sign in to comment.