diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7650cf10..c8aa162f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -60,6 +60,6 @@ jobs: run: npm run test - name: Upload coverage - uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # pin@3.1.5 + uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # pin@5.5.1 with: token: ${{ secrets.CODECOV_TOKEN }}