diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 61b8cfd..2b2a326 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -87,7 +87,7 @@ jobs: with: name: coverage - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 with: use_oidc: true fail_ci_if_error: true @@ -95,7 +95,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 @@ -103,7 +103,7 @@ jobs: files: coverage-feature.xml flags: feature - - uses: codecov/codecov-action@v5 + - uses: codecov/codecov-action@v6 with: use_oidc: true fail_ci_if_error: true