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 4537bd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 Down Expand Up @@ -170,7 +170,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 Down

0 comments on commit 4537bd0

Please sign in to comment.