ci: unify artifact uploads on node 24

This commit is contained in:
jxxghp
2026-08-24 10:47:25 +08:00
parent 590af94693
commit 264b5ee8da
5 changed files with 34 additions and 4 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ jobs:
- name: Upload semantic comparison report
if: always()
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: official-plugin-architecture-report
path: MoviePilot/official-plugin-architecture-report.json
+1 -1
View File
@@ -95,7 +95,7 @@ jobs:
--output-format=json > pylint-report.json || true
- name: Upload pylint report
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v7
if: always()
with:
name: pylint-report
+1 -1
View File
@@ -134,7 +134,7 @@ jobs:
uv run --locked --no-sync python -m coverage xml
- name: Upload coverage report
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: coverage-report
path: |