From e89a8974d94849e2d06520b77ec15c3e8190a2e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 11:56:15 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ba028abb..44329907 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: - name: Build UI run: pnpm run build - name: Upload UI build - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: ui-dist path: ui/dist @@ -52,7 +52,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Download UI build - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: ui-dist path: ui/dist @@ -63,7 +63,7 @@ jobs: run: | tar -czf raybot-${{ env.VERSION }}-linux-arm64.tar.gz raybot-arm64 - name: Archive artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: dist-linux-arm64 path: raybot-${{ env.VERSION }}-linux-arm64.tar.gz @@ -99,7 +99,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: path: dist pattern: dist-*