fix(ci): use GHES-compatible artifact actions
Some checks failed
CI/CD Pipeline / Code Quality Checks (push) Successful in 2m19s
CI/CD Pipeline / Code Quality Checks (pull_request) Successful in 3m17s
CI/CD Pipeline / Run Tests (pull_request) Successful in 3m20s
CI/CD Pipeline / Run API Inventory E2E Tests (pull_request) Failing after 40s
CI/CD Pipeline / Telegram Notify Success (pull_request) Has been skipped
CI/CD Pipeline / Run Tests (push) Successful in 4m9s
CI/CD Pipeline / Run API Inventory E2E Tests (push) Failing after 24s
CI/CD Pipeline / Telegram Notify Success (push) Has been skipped

This commit is contained in:
2026-03-23 11:31:02 +01:00
parent 53242aae29
commit 9791539503

View File

@@ -180,7 +180,7 @@ jobs:
- name: Upload prepared test workspace - name: Upload prepared test workspace
if: success() if: success()
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: ci-test-workspace name: ci-test-workspace
path: /tmp/ci-test-workspace.tar.gz path: /tmp/ci-test-workspace.tar.gz
@@ -228,7 +228,7 @@ jobs:
steps: steps:
- name: Download prepared test workspace - name: Download prepared test workspace
uses: actions/download-artifact@v4 uses: actions/download-artifact@v3
with: with:
name: ci-test-workspace name: ci-test-workspace