diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 045a022e..2e0c9575 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -55,7 +55,7 @@ jobs: - uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 with: name: coverage-results - - uses: codecov/codecov-action@54bcd8715eee62d40e33596ef5e8f0f48dbbccab # v4.1.0 + - uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true