diff --git a/.github/actions/report/action.yml b/.github/actions/report/action.yml index e9a72af19..072c9e5c5 100644 --- a/.github/actions/report/action.yml +++ b/.github/actions/report/action.yml @@ -19,7 +19,7 @@ runs: - name: Upload coverage reports to Codecov if: (success() || failure()) # always upload coverage reports even if the tests fail continue-on-error: true - uses: codecov/codecov-action@v5.1.2 + uses: codecov/codecov-action@v5.3.1 with: token: ${{ inputs.codecov_token }} files: coverage.xml