Skip to content

Commit

Permalink
make the artifact names unique
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Sep 18, 2024
1 parent c4faf05 commit 41a5106
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ jobs:
- name: upload-sizes
uses: actions/upload-artifact@v4.4.0
with:
name: sizes
name: sizes-${{matrix.arch}}
path: sizes
- name: status-sizes
run: |
Expand Down Expand Up @@ -313,7 +313,7 @@ jobs:
- name: upload-status-sizes
uses: actions/upload-artifact@v4.4.0
with:
name: status
name: status-sizes-${{matrix.arch}}
path: status
retention-days: 1

Expand Down Expand Up @@ -519,7 +519,7 @@ jobs:
- name: upload-status-bench
uses: actions/upload-artifact@v4.4.0
with:
name: status
name: status-bench
path: status
retention-days: 1

Expand Down Expand Up @@ -700,7 +700,7 @@ jobs:
if: ${{github.event_name == 'pull_request'}}
continue-on-error: true
with:
name: sizes
name: sizes-x86_64
path: sizes
- uses: actions/download-artifact@v4.1.8
if: ${{github.event_name == 'pull_request'}}
Expand Down

0 comments on commit 41a5106

Please # to comment.