Skip to content

Commit

Permalink
Merge pull request #164 from siketyan/dependabot/github_actions/codec…
Browse files Browse the repository at this point in the history
…ov/codecov-action-4

build(deps): Bump codecov/codecov-action from 3 to 4
  • Loading branch information
siketyan authored Nov 12, 2024
2 parents 51f4695 + 2cf42c7 commit 0fbb6da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Run test suite
run: composer run-script codecov

- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
if: ${{ matrix.php }} == '8.2'
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 0fbb6da

Please sign in to comment.