Skip to content

Commit

Permalink
try with v4 migration instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact committed Dec 19, 2023
1 parent f530e1e commit 0ba2050
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci-nix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: 💾 Upload build & test artifacts
uses: actions/upload-artifact@v4
with:
name: test-results
name: test-results-${{ matrix.package }}
path: |
./**/test-results.xml
./**/hspec-results.md
Expand All @@ -87,7 +87,8 @@ jobs:
- name: 📥 Download test results
uses: actions/download-artifact@v4
with:
name: test-results
pattern: test-results-*
merge-multiple: true

- name: ✏ Publish test results to PR
uses: EnricoMi/publish-unit-test-result-action@v2
Expand Down Expand Up @@ -170,7 +171,7 @@ jobs:
- name: 💾 Upload build & test artifacts
uses: actions/upload-artifact@v4
with:
name: benchmarks
name: benchmarks-${{matrix.package}}-${{matrix.bench}}
path: benchmarks

publish-benchmark-results:
Expand All @@ -183,8 +184,9 @@ jobs:
- name: 📥 Download generated documentation
uses: actions/download-artifact@v4
with:
name: benchmarks
path: artifact
pattern: benchmarks-*
merge-multiple: true

- name: ⚙ Prepare comment body
id: comment-body
Expand Down

0 comments on commit 0ba2050

Please sign in to comment.