diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index e0b7ed31fa..0e9df3e6a6 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -238,6 +238,10 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 5 steps: + - name: Checkout + uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Download Cpp code coverage results uses: actions/download-artifact@v4.1.0 with: