fix: downgrade actions/download-artifact and actions/upload-artifact to v3 for compatibility
Some checks failed
Test / get-ci-image (pull_request) Successful in 6s
Test / test-frontend (pull_request) Successful in 19s
Test / lint-frontend (pull_request) Successful in 24s
Verify / get-ci-image (pull_request) Successful in 18s
Verify / verify-generated-db-entities (pull_request) Successful in 3m19s
Test / frontend-build (pull_request) Failing after 7m47s
Test / test-crates (pull_request) Has been skipped
Test / lint-crates (pull_request) Has been skipped

This commit is contained in:
GW_MC
2026-04-24 12:54:36 +00:00
parent 121f83111e
commit df48b8817e

View File

@@ -43,7 +43,7 @@ jobs:
uses: ./.github/actions/setup-rust uses: ./.github/actions/setup-rust
- name: Download build artifact from previous job - name: Download build artifact from previous job
uses: actions/download-artifact@v4 uses: actions/download-artifact@v3
with: with:
name: frontend-build-${{ github.run_id }} name: frontend-build-${{ github.run_id }}
@@ -69,7 +69,7 @@ jobs:
components: clippy, rustfmt components: clippy, rustfmt
- name: Download build artifact from previous job - name: Download build artifact from previous job
uses: actions/download-artifact@v4 uses: actions/download-artifact@v3
with: with:
name: frontend-build-${{ github.run_id }} name: frontend-build-${{ github.run_id }}
@@ -139,7 +139,7 @@ jobs:
bun run build bun run build
- name: Upload frontend build artifact - name: Upload frontend build artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: frontend-build-${{ github.run_id }} name: frontend-build-${{ github.run_id }}
path: apps/nxmesh-frontend/dist path: apps/nxmesh-frontend/dist