We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c853c commit 96291c4Copy full SHA for 96291c4
.github/workflows/ljpw_gate.yml
@@ -32,11 +32,11 @@ jobs:
32
if: always()
33
run: |
34
# Run validation script to generate report if check fails or passes
35
- python run_validation.py
+ python scripts/run_validation.py
36
37
- - name: Upload Report
+ - name: Upload Harmony Report
38
39
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
40
with:
41
- name: harmonizer-report
+ name: harmony-report
42
path: harmonizer_report.html
0 commit comments