fix(ci): use upload-artifact@v3 for Forgejo compatibility
All checks were successful
DSPy RAG Evaluation / Layer 1 - Unit Tests (push) Successful in 10m45s
DSPy RAG Evaluation / Layer 2 - DSPy Module Tests (push) Has been skipped
DSPy RAG Evaluation / Layer 3 - Integration Tests (push) Successful in 10m15s
DSPy RAG Evaluation / Layer 4 - Comprehensive Evaluation (push) Has been skipped
DSPy RAG Evaluation / Quality Gate (push) Successful in 2s
All checks were successful
DSPy RAG Evaluation / Layer 1 - Unit Tests (push) Successful in 10m45s
DSPy RAG Evaluation / Layer 2 - DSPy Module Tests (push) Has been skipped
DSPy RAG Evaluation / Layer 3 - Integration Tests (push) Successful in 10m15s
DSPy RAG Evaluation / Layer 4 - Comprehensive Evaluation (push) Has been skipped
DSPy RAG Evaluation / Quality Gate (push) Successful in 2s
upload-artifact@v4 is not supported on GHES/Forgejo. All 35 unit tests passed, but job failed due to artifact upload. Downgrading to v3 which is compatible with self-hosted runners.
This commit is contained in:
parent
44061eb736
commit
70a85bd177
1 changed files with 4 additions and 4 deletions
|
|
@ -78,7 +78,7 @@ jobs:
|
||||||
--junit-xml=layer1-results.xml
|
--junit-xml=layer1-results.xml
|
||||||
|
|
||||||
- name: Upload test results
|
- name: Upload test results
|
||||||
uses: https://github.com/actions/upload-artifact@v4
|
uses: https://github.com/actions/upload-artifact@v3
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: layer1-test-results
|
name: layer1-test-results
|
||||||
|
|
@ -122,7 +122,7 @@ jobs:
|
||||||
--junit-xml=layer2-results.xml
|
--junit-xml=layer2-results.xml
|
||||||
|
|
||||||
- name: Upload test results
|
- name: Upload test results
|
||||||
uses: https://github.com/actions/upload-artifact@v4
|
uses: https://github.com/actions/upload-artifact@v3
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: layer2-test-results
|
name: layer2-test-results
|
||||||
|
|
@ -190,7 +190,7 @@ jobs:
|
||||||
--junit-xml=layer3-results.xml
|
--junit-xml=layer3-results.xml
|
||||||
|
|
||||||
- name: Upload test results
|
- name: Upload test results
|
||||||
uses: https://github.com/actions/upload-artifact@v4
|
uses: https://github.com/actions/upload-artifact@v3
|
||||||
if: always()
|
if: always()
|
||||||
with:
|
with:
|
||||||
name: layer3-test-results
|
name: layer3-test-results
|
||||||
|
|
@ -281,7 +281,7 @@ jobs:
|
||||||
"
|
"
|
||||||
|
|
||||||
- name: Upload evaluation artifacts
|
- name: Upload evaluation artifacts
|
||||||
uses: https://github.com/actions/upload-artifact@v4
|
uses: https://github.com/actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: comprehensive-eval-results
|
name: comprehensive-eval-results
|
||||||
path: |
|
path: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue