diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bdd4399f5e..4695e43582 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -225,11 +225,8 @@ jobs: env: VERSION: ${{ needs.set-variables.outputs.VERSION }} steps: - - name: Check out the repo - uses: actions/checkout@v4 - - name: Download artifacts - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 + uses: actions/download-artifact@v3 #fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: name: build