Skip to content

Commit

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

build(deps): bump codecov/codecov-action from 3 to 4
  • Loading branch information
phil65 authored Oct 9, 2024
2 parents 4b0cbe0 + 50b1768 commit a427559
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 @@ -31,7 +31,7 @@ jobs:
- name: Test
run: |
hatch run test-cov-xml
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false
Expand Down

0 comments on commit a427559

Please sign in to comment.