Skip to content

Commit

Permalink
Change download-artifact github action version to v4 (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrylong authored Dec 23, 2024
1 parent 02c6290 commit ee8e192
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,11 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: wheels
path: dist/
path: dist
pattern: wheels-*
merge-multiple: true

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

0 comments on commit ee8e192

Please sign in to comment.