Skip to content

Commit aefe441

Browse files
committed
Update codecov/codecov-action to v5
1 parent 09ecf28 commit aefe441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
env:
6262
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
6363
if: matrix.os == 'ubuntu-latest' && env.CODECOV_TOKEN != ''
64-
uses: codecov/codecov-action@v4
64+
uses: codecov/codecov-action@v5
6565
with:
6666
files: coverage/*/coverage.cobertura.xml
6767
token: ${{ env.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)