diff --git a/.github/workflows/backend_ci.yml b/.github/workflows/backend_ci.yml index bb51a3b..79f20ff 100644 --- a/.github/workflows/backend_ci.yml +++ b/.github/workflows/backend_ci.yml @@ -217,7 +217,7 @@ jobs: fetch-depth: 0 - name: Download backend build artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: rust-backend-build-${{ github.run_id }}-${{ github.run_attempt }} path: release-assets diff --git a/.github/workflows/frontend_ci.yml b/.github/workflows/frontend_ci.yml index f7b11a9..00ef69a 100644 --- a/.github/workflows/frontend_ci.yml +++ b/.github/workflows/frontend_ci.yml @@ -196,7 +196,7 @@ jobs: with: fetch-depth: 0 - name: Download Windows build artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: flutter-windows-build-${{ github.run_id }}-${{ github.run_attempt }} path: release-assets