diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index b965144..6c23a3e 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@v4.2.0 + uses: codecov/codecov-action@v5 with: use_oidc: true flags: frontend