Skip to content

Commit

Permalink
Merge pull request Corvia#537 from Corvia/dependabot/github_actions/c…
Browse files Browse the repository at this point in the history
…odecov/codecov-action-4

build(deps): bump codecov/codecov-action from 3 to 4
  • Loading branch information
Dresdn authored Feb 3, 2024
2 parents 465d222 + a312521 commit 1e4d5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ jobs:
DJANGO_DATABASE_PORT: ${{ job.services.postgres.ports[5432] }}

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: ./coverage.xml

0 comments on commit 1e4d5ef

Please sign in to comment.