Skip to content

Commit

Permalink
Changes to work with new v4 artifact actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jvolkman committed Dec 14, 2023
1 parent 96ec76a commit 5400369
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ jobs:
TESTWHEEL_GENERATE_PATH: ${{ runner.temp }}/testwheel-out/${{ matrix.python-version }}/${{ matrix.os }}
run: hatch run test:generate

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: patched-testwheel
name: patched-testwheel-${{ matrix.os }}-${{ matrix.python-version }}
path: ${{ runner.temp }}/testwheel-out

check:
Expand Down Expand Up @@ -102,9 +102,8 @@ jobs:
- name: Install Hatch
run: python -m pip install hatch

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: patched-testwheel
path: ${{ runner.temp }}/testwheel-out

- name: Check wheels
Expand Down

0 comments on commit 5400369

Please sign in to comment.