diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4603c7..6f59a66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: - run: npm test - name: Upload Test Coverage - uses: codecov/codecov-action@v4.6.0 + uses: codecov/codecov-action@v5.1.1 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage/clover.xml