diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a1c7f2329..a0579e4ab 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -20,7 +20,7 @@ jobs: - name: Vitest run: "yarn run test:coverage" - name: Upload to codecov - uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4 + uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} with: