use older artifact uploader
CI / Stable checks (push) Successful in 32s
CI / Rust 1.85 (push) Successful in 23s
CI / Miri (push) Successful in 49s
CI / Coverage (push) Successful in 47s

This commit is contained in:
2026-07-31 14:24:09 +02:00
parent 8391d34484
commit 364acbf99b
+2 -1
View File
@@ -90,7 +90,8 @@ jobs:
--html \
--output-dir target/coverage-report
- name: Upload HTML coverage report
uses: actions/upload-artifact@v7
# Gitea does not support the artifact service used by v4 and later.
uses: actions/upload-artifact@v3
with:
name: coverage-report
path: target/coverage-report