Skip to content

Commit 9a13818

Browse files
Merge pull request #42 from dieghernan/dependabot/github_actions/actions/upload-pages-artifact-4
2 parents 3b0a077 + 71bf779 commit 9a13818

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
@@ -56,7 +56,7 @@ jobs:
5656
JEKYLL_ENV: production
5757
- name: Upload artifact
5858
# Automatically uploads an artifact from the './_site' directory by default
59-
uses: actions/upload-pages-artifact@v3
59+
uses: actions/upload-pages-artifact@v4
6060
with:
6161
path: _site/ # Change it to 'docs/_site/' if the site is hosted in (e.g.) 'docs' folder
6262

0 commit comments

Comments
 (0)