Skip to content

Commit 0767b29

Browse files
committed
devops: upgrade to actions/upload-pages-artifact@v4 due to v1 deprecation.
1 parent 44d15f9 commit 0767b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jekyll.yml

+1-1
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@v1
54+
uses: actions/upload-pages-artifact@v4
5555

5656
# Deployment job
5757
deploy:

0 commit comments

Comments
 (0)