Skip to content

Commit 5183c48

Browse files
Merge pull request #21 from ISSMteam/dependabot/github_actions/actions/upload-pages-artifact-4
Bump actions/upload-pages-artifact from 3 to 4
2 parents 135bbae + c97993e commit 5183c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
JEKYLL_ENV: production
7272
- name: Upload artifact
7373
# Automatically uploads an artifact from the './_site' directory by default
74-
uses: actions/upload-pages-artifact@v3
74+
uses: actions/upload-pages-artifact@v4
7575
with:
7676
path: "docs/_site/"
7777

0 commit comments

Comments
 (0)