Skip to content

Commit 9623173

Browse files
authored
fix: update r3-rapier-docs.yml github action versions (#732)
1 parent 62906a9 commit 9623173

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/r3-rapier-docs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,11 @@ jobs:
4949
uses: actions/configure-pages@v2
5050

5151
- name: Upload artifact
52-
uses: actions/upload-pages-artifact@v1
52+
uses: actions/upload-pages-artifact@v3
5353
with:
5454
# Upload docs folder
5555
path: "./packages/react-three-rapier/docs"
56+
5657
- name: Deploy to GitHub Pages
5758
id: deployment
58-
uses: actions/deploy-pages@v1
59+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)