Skip to content

Commit

Permalink
chore: bump github action "codecov/codecov-action" 3 => 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris8934 authored and DASPRiD committed Mar 19, 2024
1 parent 1e39f3b commit de6217a
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 de6217a

Please sign in to comment.