diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c1a8054..06324fdf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: run: gulp default --ci - name: Run Code Coverage - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true