Skip to content

Commit 113bf30

Browse files
committed
Upgrade workflow action versions
1 parent d20695f commit 113bf30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
- run: npm ci
2828
- run: npm run build
2929
- name: Create gh-pages artifact
30-
uses: actions/upload-pages-artifact@v1
30+
uses: actions/upload-pages-artifact@v3
3131
with:
3232
path: build
3333
- name: Deploy to GitHub Pages
3434
id: deployment
35-
uses: actions/deploy-pages@v1
35+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)