diff --git a/.github/workflows/retrospring.yml b/.github/workflows/retrospring.yml index 04d50ef1..47231d80 100644 --- a/.github/workflows/retrospring.yml +++ b/.github/workflows/retrospring.yml @@ -77,7 +77,7 @@ jobs: DISABLE_WEBPACK_IN_TESTS: 1 - name: Lint TypeScript run: yarn run lint - - uses: codecov/codecov-action@v1 + - uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage/coverage.xml