Skip to content

Commit 949bb47

Browse files
authored
Fix deploy (#921)
1 parent 126501d commit 949bb47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_preview.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
GITHUB_TOKEN: ${{ steps.get-dotcom-access-token.outputs.access-token }}
5151

5252
- name: Upload artifact
53-
uses: actions/upload-pages-artifact@v2
53+
uses: actions/upload-pages-artifact@v3
5454
with:
5555
name: github-pages
5656
path: public
@@ -72,6 +72,6 @@ jobs:
7272
steps:
7373
- name: Deploy to GitHub Pages
7474
id: deployment
75-
uses: actions/deploy-pages@v1
75+
uses: actions/deploy-pages@v4
7676
with:
7777
preview: true

0 commit comments

Comments
 (0)