Skip to content

Commit

Permalink
Merge pull request #47 from acse-ci223/new-version
Browse files Browse the repository at this point in the history
Download artifact fix
  • Loading branch information
mchrisgm authored Oct 19, 2024
2 parents 4af825b + df89b94 commit a11e48e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

steps:
- name: Download all the dists
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: python-package-distributions
path: dist/
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
echo "VERSION=${{ env.VERSION }}"
- name: Download all the dists
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: python-package-distributions
path: dist/
Expand Down

0 comments on commit a11e48e

Please sign in to comment.