Skip to content

Commit

Permalink
Bump upload/download artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
alexprengere committed Mar 6, 2024
1 parent 9c583f9 commit f870559
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
pip install --upgrade wheel setuptools build
- name: Build package
run: python -m build -s -w -o dist/
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: dist
path: dist
Expand All @@ -71,7 +71,7 @@ jobs:
python-version: "3.8"
- name: Install dependencies
run: pip install twine
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: dist
path: dist
Expand All @@ -83,7 +83,7 @@ jobs:
needs: [dist_check]
name: PyPI upload
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: dist
path: dist
Expand Down

0 comments on commit f870559

Please sign in to comment.