Skip to content

Commit

Permalink
chore: Updated github actions to upload-artifact@4
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidmt committed Feb 12, 2024
1 parent 835f6a7 commit 016d349
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
run: pytest pylace/tests

- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: dist
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
run: pytest pylace/tests

- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: dist
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
run: pytest pylace/tests

- name: Upload wheels
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: wheels
path: dist
Expand Down

0 comments on commit 016d349

Please sign in to comment.