diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8a80d103..b6978500 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -714,6 +714,11 @@ jobs: needs: build steps: + - uses: actions/checkout@v3 + with: + persist-credentials: false + fetch-depth: 0 + - name: Download artifacts uses: actions/download-artifact@v3