Skip to content

Commit

Permalink
Update release.yml upgrade download-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
cwmeijer authored Feb 20, 2024
1 parent 4b08957 commit 85b6164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: python-package-distributions
path: dist/*
path: dist/

upload_test_pypi:
needs: [build]
Expand All @@ -36,7 +36,7 @@ jobs:

steps:
- name: Download all the dists
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: python-package-distributions
path: dist/
Expand Down

0 comments on commit 85b6164

Please sign in to comment.