Skip to content

Commit

Permalink
Merge pull request #158 from Chris53897/feature/bump-gh-codecov-action
Browse files Browse the repository at this point in the history
chore: bump github action "codecov/codecov-action" 3 => 4
  • Loading branch information
DASPRiD authored Mar 18, 2024
2 parents 1035f6a + bebae49 commit 71decd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
run: vendor/bin/phpunit --coverage-clover clover.xml

- name: Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./clover.xml

0 comments on commit 71decd8

Please sign in to comment.