fix(ci): downgrade upload-artifact action to v3 for compatibility
Some checks failed
CI / build (push) Failing after 41s
CI / deploy (push) Has been skipped
CI / lint (push) Successful in 15s
CI / test (push) Successful in 1m12s

This commit is contained in:
2025-11-14 13:31:26 +01:00
parent 4e5a4c645d
commit ac9ffddbde

View File

@@ -133,7 +133,7 @@ jobs:
- name: Upload test artifacts - name: Upload test artifacts
if: always() if: always()
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: test-artifacts name: test-artifacts
path: | path: |