diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e57455a..cabffa1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - name: Upload test coverage if: matrix.node-version == '20.x' - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./frontend/coverage/coverage-final.json