diff --git a/.github/workflows/api.yml b/.github/workflows/api.yml index 65f6c64..93aeb5e 100644 --- a/.github/workflows/api.yml +++ b/.github/workflows/api.yml @@ -20,7 +20,7 @@ jobs: - name: Run tests and collect coverage run: pytest --cov - name: Upload coverage reports to Codecov with GitHub Action - uses: codecov/codecov-action@th/fix-oidc + uses: codecov/codecov-action@main with: use_oidc: true flags: backend \ No newline at end of file diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 0b40b9d..3c2fc93 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -23,7 +23,7 @@ jobs: - name: Run tests and collect coverage run: npm run test - name: Upload coverage reports to Codecov with GitHub Action - uses: codecov/codecov-action@th/fix-oidc + uses: codecov/codecov-action@main with: use_oidc: true flags: frontend \ No newline at end of file