Skip to content

Commit 2044a8e

Browse files
updates
1 parent 7db122d commit 2044a8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ jobs:
8484
--output-path docs
8585
echo "<script>window.location.href += \"/documentation/${{ steps.package-name.outputs.lowercase }}\"</script>" > docs/index.html
8686
- name: Upload artifact ⬆️
87-
uses: actions/upload-pages-artifact@v1
87+
uses: actions/upload-pages-artifact@v3
8888
with:
8989
path: 'docs'
9090
- name: Deploy to GitHub Pages 📑
9191
id: deployment
92-
uses: actions/deploy-pages@v2
92+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)