diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index a981a42a..0331fb59 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -22,7 +22,7 @@ jobs: - run: npm ci - run: npm run test - name: Send codecov report for RunConditionTable - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true