diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 90bec20a..1b3ef69b 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -125,19 +125,19 @@ jobs: run: echo "version=$(cargo pkgid -p public-server | cut -d# -f2)" >> "$GITHUB_OUTPUT" - name: Download AMD64 binaries - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: binaries-amd64 path: .github/build-context/amd64/ - name: Download ARM64 binaries - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: binaries-arm64 path: .github/build-context/arm64/ - name: Download frontend - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v8 with: name: frontend path: .github/build-context/frontend/