Skip to content

Commit

Permalink
Switch to v4 of download-artifact action.
Browse files Browse the repository at this point in the history
  • Loading branch information
kpfleming committed Jan 20, 2025
1 parent f625230 commit e921735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fetch-depth: 0
show-progress: false

- uses: hynek/build-and-inspect-python-package@v1
- uses: hynek/build-and-inspect-python-package@v2

release-pypi:
name: Publish released package to PyPI
Expand All @@ -37,7 +37,7 @@ jobs:

steps:
- name: Download previously built packages
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: Packages
path: dist
Expand Down

0 comments on commit e921735

Please sign in to comment.