diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0979e076..eadc9eb5 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -17,6 +17,6 @@ jobs: - name: Run the tests run: yarn test - name: Run codecov - uses: codecov/codecov-action@v1 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }}