Skip to content

Commit

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

build(deps): Bump codecov/codecov-action from 4 to 5
  • Loading branch information
siketyan authored Nov 19, 2024
2 parents 0fbb6da + 94612ce commit a21f30f
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@v4
- uses: codecov/codecov-action@v5
if: ${{ matrix.php }} == '8.2'
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit a21f30f

Please sign in to comment.