Skip to content

Commit

Permalink
Fix download artifact action version
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Sep 17, 2024
1 parent 696eded commit 7265ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-package-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
environment: release
steps:
- name: Download Python Package Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist
path: dist
Expand Down

0 comments on commit 7265ffe

Please sign in to comment.