Skip to content

Commit 1da2db2

Browse files
authored
Update Actions (#8)
1 parent d8bc986 commit 1da2db2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: Upload artifact
6969
# Automatically uploads an artifact from the './_site' directory by default
70-
uses: actions/upload-pages-artifact@v2
70+
uses: actions/upload-pages-artifact@v3
7171

7272
# Deployment job
7373
deploy:
@@ -79,4 +79,4 @@ jobs:
7979
steps:
8080
- name: Deploy to GitHub Pages
8181
id: deployment
82-
uses: actions/deploy-pages@v2
82+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)