Update CI workflow to use actions/upload-artifact@v3 for artifact uploads
All checks were successful
CI/CD / test-backend (pull_request) Successful in 7s
CI/CD / test-frontend (pull_request) Successful in 8s
CI/CD / create-archives (pull_request) Successful in 26s
CI/CD Pipeline / Overall Status ✅ All checks passed successfully
CI/CD / pr-status (pull_request) Successful in 1s
CI/CD / comment-on-failure (pull_request) Has been skipped
CI/CD / cleanup (pull_request) Successful in 1s

This commit is contained in:
2026-03-24 12:23:44 +03:00
parent a06a9f585b
commit 31afed45c0

View File

@@ -73,7 +73,7 @@ jobs:
ls -la api.zip web.zip
- name: Upload artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: build-artifacts-${{ github.run_id }}
path: |