Skip to content

Commit

Permalink
Merge pull request agimus-project#123 from agimus-project/dependabot/…
Browse files Browse the repository at this point in the history
…github_actions/codecov/codecov-action-4

build(deps): bump codecov/codecov-action from 3 to 4
  • Loading branch information
nim65s committed Feb 19, 2024
2 parents ccae6bb + 4e79a55 commit cd20161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/poetry-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
- name: Process coverage
run: poetry run coverage xml

- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit cd20161

Please sign in to comment.