diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eee23b1f..d07611e4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: - run: yarn run test:ci - name: "Upload coverage reports" - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true