Skip to content

Commit

Permalink
build(deps): Bump codecov/codecov-action from 3 to 4 (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent cd954e3 commit 0487fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
- name: Run unit tests
run: dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover ./tests/OrasProject.Oras.Tests
- name: Upload coverage to codecov.io
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: ./tests/OrasProject.Oras.Tests/coverage.opencover.xml

0 comments on commit 0487fdc

Please sign in to comment.