Skip to content

Commit 250ef71

Browse files
chore: update GitHub Actions to latest versions (#526)
1 parent f7321d6 commit 250ef71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
destination: ./_site
5959

6060
- name: Upload artifact
61-
uses: actions/upload-pages-artifact@v1
61+
uses: actions/upload-pages-artifact@v3
6262

6363
# Deployment job
6464
deploy:
@@ -70,4 +70,4 @@ jobs:
7070
steps:
7171
- name: Deploy to GitHub Pages
7272
id: deployment
73-
uses: actions/deploy-pages@v1
73+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)