use older artifact uploader
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user