Skip to content

Commit

Permalink
chore(deps): bump actions/download-artifact from 3 to 4 (#20)
Browse files Browse the repository at this point in the history
Bumps
[actions/download-artifact](https://github.com/actions/download-artifact)
from 3 to 4.
  • Loading branch information
neumantm authored Mar 23, 2024
2 parents 09ca0f7 + 01eba26 commit 1a3495d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: python-dist
path: dist
Expand Down

0 comments on commit 1a3495d

Please sign in to comment.