Skip to content

Commit 0cba88c

Browse files
chore(deps): update actions/download-artifact action to v4 (#23)
1 parent ec406d5 commit 0cba88c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-latest
4848
steps:
4949
- uses: actions/checkout@v2
50-
- uses: actions/download-artifact@v2
50+
- uses: actions/download-artifact@v4
5151
with: { name: docs, path: docs/_site }
5252
- uses: JamesIves/[email protected]
5353
with: { branch: gh-pages, folder: docs/_site, ssh-key: "${{ secrets.DEPLOY_KEY }}" }

0 commit comments

Comments
 (0)