diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99339e4..a11fd00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: - name: Test run: yarn test - name: Codecov upload - uses: codecov/codecov-action@v3.1.4 + uses: codecov/codecov-action@v4.5.0 with: token: ${{ secrets.CODECOV_TOKEN }}