diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f50bb16..1433940 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -81,7 +81,7 @@ jobs: with: name: coverage - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 with: use_oidc: true fail_ci_if_error: true @@ -89,7 +89,7 @@ jobs: files: coverage-unit.xml flags: unit - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 with: use_oidc: true fail_ci_if_error: true