From df48b8817eaa6bc9ae626496766060794546744b Mon Sep 17 00:00:00 2001 From: GW_MC <72297530+GWMCwing@users.noreply.github.com> Date: Fri, 24 Apr 2026 12:54:36 +0000 Subject: [PATCH] fix: downgrade actions/download-artifact and actions/upload-artifact to v3 for compatibility --- .github/workflows/test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a46128e..ff90b50 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -43,7 +43,7 @@ jobs: uses: ./.github/actions/setup-rust - name: Download build artifact from previous job - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: frontend-build-${{ github.run_id }} @@ -69,7 +69,7 @@ jobs: components: clippy, rustfmt - name: Download build artifact from previous job - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v3 with: name: frontend-build-${{ github.run_id }} @@ -139,7 +139,7 @@ jobs: bun run build - name: Upload frontend build artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: name: frontend-build-${{ github.run_id }} path: apps/nxmesh-frontend/dist