Skip to content

Commit

Permalink
Bump up to actions/download-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
pavoljuhas committed Sep 13, 2024
1 parent d40571a commit 2c93d85
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download build artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: python-wheels
path: dist/
pattern: python-wheels-*
merge-multiple: true
- name: Publish wheels
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 2c93d85

Please sign in to comment.