Skip to content

Commit

Permalink
chore: migrate to upload/download-artifacts v4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinstn committed Oct 15, 2024
1 parent 6b871d1 commit 731e6d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Upload Python Wheel
uses: actions/upload-artifact@v4
with:
name: python-wheels
name: python-wheels-${{ matrix.machine }}-${{ matrix.cloud }}-${{ matrix.region }}-${{ matrix.arch }}-${{ matrix.distro }}-${{ matrix.stage }}-${{ matrix.theater }}
path: target/wheels/*.whl

- name: List Wheels
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Upload Python Wheel
uses: actions/upload-artifact@v4
with:
name: python-wheels
name: python-wheels-${{ matrix.machine }}-${{ matrix.cloud }}-${{ matrix.region }}-${{ matrix.arch }}-${{ matrix.distro }}-${{ matrix.stage }}-${{ matrix.theater }}
path: target/wheels/*.whl

test:
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
- name: Download Python Wheels
uses: actions/download-artifact@v4
with:
name: python-wheels
pattern: python-wheels*

- name: Set up Python
uses: actions/setup-python@v2
Expand Down

0 comments on commit 731e6d0

Please sign in to comment.