Skip to content

Commit

Permalink
Update actions/download-artifact to v4 in deploy.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
ezio-melotti authored Sep 11, 2024
1 parent 788c96c commit fdb3483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

steps:
- name: Download packages built by build-and-inspect-python-package
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: Packages
path: dist
Expand Down

0 comments on commit fdb3483

Please sign in to comment.