diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 95a8483aa..4e9d3085f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -193,7 +193,7 @@ jobs: - name: Upload code-coverage if: ${{ github.event.inputs.marks == '' }} - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v6 with: verbose: true token: ${{ secrets.CODECOV_TOKEN }}