diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3de3b1d5..ef493e43 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -138,6 +138,6 @@ jobs: min_coverage: ${{ inputs.min_coverage }} - name: Upload coverage to Codecov if: steps.has_tests.outputs.exists == 'true' - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: token: ${{ secrets.CODECOV_TOKEN }}