diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf7405c..2fbb2ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: run: npm run test:coverage - name: Upload coverage reports - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 if: github.event_name == 'push' with: token: ${{ secrets.CODECOV_TOKEN }}