Skip to content

Commit

Permalink
GHA: disambiguate artifact zip names
Browse files Browse the repository at this point in the history
actions/upload-artifact@v4 no longer merges artifacts.
  • Loading branch information
mdavidsaver committed Dec 23, 2024
1 parent c3e91f6 commit 0a2313d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
- name: Save Artifacts
uses: actions/upload-artifact@v4
with:
name: epicscorelibs
name: "epicscorelibs ${{ matrix.name }}"
path: dist/*

- name: Check wheels
Expand Down Expand Up @@ -382,7 +382,7 @@ jobs:
- name: Save Artifacts
uses: actions/upload-artifact@v4
with:
name: epicscorelibs
name: "epicscorelibs ${{ matrix.name }}"
path: dist/*

- name: Check wheels
Expand Down

0 comments on commit 0a2313d

Please sign in to comment.