Skip to content

Commit

Permalink
Bump actions/download-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Jan 15, 2024
1 parent b3bfc33 commit 3f564d2
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 @@ -39,7 +39,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 3f564d2

Please sign in to comment.