Skip to content

Commit

Permalink
Merge pull request #231 from FromDoppler/renovate/codecov-codecov-act…
Browse files Browse the repository at this point in the history
…ion-4.x

chore(deps): update codecov/codecov-action action to v4.6.0
  • Loading branch information
renovate[bot] authored Oct 1, 2024
2 parents d0356b3 + c17907d commit b82a0a3
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 with dotnet
run: dotnet test --no-build --configuration Release --collect:"XPlat Code Coverage"
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v4.6.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down

0 comments on commit b82a0a3

Please sign in to comment.