diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21efa25..b51f3e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -177,7 +177,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Download Linux binary - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: forge-linux-amd64 path: ./ @@ -208,7 +208,7 @@ jobs: - uses: actions/checkout@v4 - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 - name: Prepare release assets run: |