diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 24f9255..06b93e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -271,12 +271,12 @@ jobs: contents: write steps: - name: Download amd64 binary - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: binary-amd64 - name: Download arm64 binary - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: binary-arm64