ci: fix artifact and image runner
Some checks failed
Build Docs / build-docs (push) Failing after 3m1s
Build and Test Code / test (push) Successful in 3m15s
Build and Test Code / static_analysis (push) Successful in 3m17s
Build and Test Code / coverage (push) Successful in 3m21s
Build and Test Code / sanitize (push) Successful in 3m24s

This commit is contained in:
Shrukan
2025-07-06 19:19:13 -06:00
parent 3c1d03bb1d
commit 78bf8c9236
3 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ jobs:
run: just test
- name: Archive test report
uses: actions/upload-artifact@v3
uses: christopherhx/gitea-upload-artifact@v4
with:
name: test_logs
path: build/meson-logs
@ -35,7 +35,7 @@ jobs:
run: tar -czf build/coverage.tar.gz build/meson-logs/coveragereport
- name: Archive coverage report
uses: actions/upload-artifact@v3
uses: christopherhx/gitea-upload-artifact@v4
with:
name: coverage_report
path: build/meson-logs/coveragereport