Skip to content

Commit

Permalink
Update download-artifact to v4 (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare authored Aug 1, 2024
1 parent ced2f98 commit 7935b13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/publish-pypi/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
steps:

- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ inputs.archive-name }}
path: dist/
Expand Down

0 comments on commit 7935b13

Please sign in to comment.