diff --git a/.github/workflows/unit.yaml b/.github/workflows/unit.yaml index b1296ebb..8c06f1da 100644 --- a/.github/workflows/unit.yaml +++ b/.github/workflows/unit.yaml @@ -85,6 +85,7 @@ jobs: needs: [build] runs-on: ubuntu-latest steps: + - uses: actions/checkout@v4 - uses: actions/download-artifact@v4 with: name: coverage