Skip to content

Commit

Permalink
Update upload action
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Kolb committed Jun 13, 2024
1 parent a86db3c commit a8cdc29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: make php-8.2-tests-ci

- name: Upload to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODE_COV_TOKEN }}
files: ./coverage.xml
Expand Down

0 comments on commit a8cdc29

Please sign in to comment.