update codecov/codecov-action to v4

This commit is contained in:
CrazyMax 2024-04-08 09:35:36 +02:00
parent 26648d3a77
commit 4135c2921d
No known key found for this signature in database
GPG key ID: ADE44D8C9D44FBE4

View file

@ -25,6 +25,7 @@ jobs:
targets: test
-
name: Upload coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: ./coverage/clover.xml
token: ${{ secrets.CODECOV_TOKEN }}