diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4e9d3085f..8587d9f4e 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@v6 + uses: codecov/codecov-action@v7 with: verbose: true token: ${{ secrets.CODECOV_TOKEN }}