Skip to content

Commit

Permalink
ci: use actions/download-artifact@v4 (upgrade from v3)
Browse files Browse the repository at this point in the history
  • Loading branch information
taoning committed Sep 3, 2024
1 parent f3b80e8 commit 77e1438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist
path: dist
Expand Down

0 comments on commit 77e1438

Please sign in to comment.