Skip to content

Commit 8b305da

Browse files
update
1 parent 4917e50 commit 8b305da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
runs-on: ubuntu-latest
2626
if: github.ref == 'refs/heads/develop'
2727
steps:
28-
- uses: actions/checkout@v2
29-
- uses: actions/download-artifact@v2
28+
- uses: actions/checkout@v4
29+
- uses: actions/download-artifact@v4
3030
with: { name: docs, path: docs/site }
3131
- uses: JamesIves/[email protected]
3232
with: { branch: gh-pages, folder: docs/site, ssh-key: "${{ secrets.DEPLOY_KEY }}" }

0 commit comments

Comments
 (0)