diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2b73920d2..087a65a59 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -95,7 +95,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Download all binaries - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: binaries path: ./bin