Skip to content

Commit a0f82aa

Browse files
committed
Update workflow
1 parent c667fb2 commit a0f82aa

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
@@ -38,10 +38,10 @@ jobs:
3838
- name: Build
3939
run: rustyink build src
4040
- name: Upload artifact
41-
uses: actions/upload-pages-artifact@v2
41+
uses: actions/upload-pages-artifact@v3
4242
with:
4343
# Upload entire repository
4444
path: './_site'
4545
- name: Deploy to GitHub Pages
4646
id: deployment
47-
uses: actions/deploy-pages@v2
47+
uses: actions/deploy-pages@v3

0 commit comments

Comments
 (0)