Skip to content

Commit 5e8cfc6

Browse files
authored
Merge pull request #48 from dieghernan/dependabot/github_actions/actions/upload-pages-artifact-4
Bump actions/upload-pages-artifact from 3 to 4
2 parents be8df1d + a4fa0fe commit 5e8cfc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-chulapa-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
JEKYLL_ENV: production
6060
- name: Upload artifact
6161
# Automatically uploads an artifact from the './_site' directory by default
62-
uses: actions/upload-pages-artifact@v3
62+
uses: actions/upload-pages-artifact@v4
6363
with:
6464
path: docs/_site/ # Omit when site is in the root folder
6565

0 commit comments

Comments
 (0)