Skip to content

Commit 96291c4

Browse files
committed
fix: Upgrade upload-artifact to v4 and fix script path
1 parent 06c853c commit 96291c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ljpw_gate.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ jobs:
3232
if: always()
3333
run: |
3434
# Run validation script to generate report if check fails or passes
35-
python run_validation.py
35+
python scripts/run_validation.py
3636
37-
- name: Upload Report
37+
- name: Upload Harmony Report
3838
if: always()
39-
uses: actions/upload-artifact@v3
39+
uses: actions/upload-artifact@v4
4040
with:
41-
name: harmonizer-report
41+
name: harmony-report
4242
path: harmonizer_report.html

0 commit comments

Comments
 (0)