Skip to content

Commit

Permalink
chore: fix codecov action version
Browse files Browse the repository at this point in the history
  • Loading branch information
ankurk91 committed Feb 17, 2024
1 parent 4df67c6 commit 43bffb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ jobs:
run: composer test:coverage

- name: Upload coverage report
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: false

0 comments on commit 43bffb8

Please sign in to comment.