Skip to content

Commit

Permalink
Bump codecov/codecov-action from 3 to 4 (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Feb 2, 2024
1 parent 1dcae4a commit 6cb741f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ jobs:
run: dotnet test --no-restore --no-build
- name: Upload coverage to codecov
if: ${{ startsWith(matrix.os, 'ubuntu') }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: 'src/.coverage/**/coverage.opencover.xml'

buildcheck:
Expand Down

0 comments on commit 6cb741f

Please sign in to comment.