diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 656d452..62a320e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -135,7 +135,7 @@ jobs: npm run test - name: Codecov upload - uses: codecov/codecov-action@v5.1.2 + uses: codecov/codecov-action@v5.3.1 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: ${{ github.event_name == 'push' }}