diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 29697e25..d0fda094 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -72,7 +72,7 @@ jobs: run: npm test -- --coverage - name: Report Code Coverage to codecov - uses: codecov/codecov-action@v5.3.1 + uses: codecov/codecov-action@v5.4.0 with: token: ${{ secrets.CODECOV_TOKEN }}