Skip to content

Commit 97ac4fa

Browse files
committed
devops: upgrade GitHub action plugings due to deprecation.
1 parent 0767b29 commit 97ac4fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jekyll.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
JEKYLL_ENV: production
5252
- name: Upload artifact
5353
# Automatically uploads an artifact from the './_site' directory by default
54-
uses: actions/upload-pages-artifact@v4
54+
uses: actions/upload-pages-artifact@v3
5555

5656
# Deployment job
5757
deploy:
@@ -63,4 +63,4 @@ jobs:
6363
steps:
6464
- name: Deploy to GitHub Pages
6565
id: deployment
66-
uses: actions/deploy-pages@v1
66+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)