Skip to content

Commit

Permalink
Merge pull request #2 from luizdesuo/dependabot/github_actions/codeco…
Browse files Browse the repository at this point in the history
…v/codecov-action-4

build(deps): bump codecov/codecov-action from 3 to 4
  • Loading branch information
luizdesuo committed Mar 3, 2024
2 parents eeea8ce + 100bea3 commit f4241f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
run: poetry run nox -s tests

- name: Use Codecov to track coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./coverage.xml # coverage report

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

Expand Down

0 comments on commit f4241f0

Please sign in to comment.