diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1531c38b..6682202f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: run: yarn test:coverage - name: Codecov - uses: codecov/codecov-action@v1.5.2 + uses: codecov/codecov-action@v3.1.4 with: token: ${{ secrets.CODECOV_TOKEN }}