Skip to content

Commit b953930

Browse files
committed
fix: change upload-artifacts action
1 parent 514a48f commit b953930

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/static.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
- name: Setup Pages
3434
uses: actions/configure-pages@v3
3535
- name: Upload artifact
36-
uses: actions/upload-pages-artifact@v1
36+
uses: actions/upload-artifact@v4
3737
with:
38-
# Upload entire repository
38+
# Upload entire posts dir
3939
path: './posts'
4040

4141
# Deployment job

0 commit comments

Comments
 (0)