Skip to content

Commit 8d54287

Browse files
authored
Merge pull request #5 from PHPCSStandards/dependabot/github_actions/stable/actions/upload-pages-artifact-4
GH Actions: Bump actions/upload-pages-artifact from 3 to 4
2 parents 8853153 + 94cdde6 commit 8d54287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
uses: actions/configure-pages@v5
9494

9595
- name: Upload static files as artifact
96-
uses: actions/upload-pages-artifact@v3
96+
uses: actions/upload-pages-artifact@v4
9797
with:
9898
# Upload _site directory only.
9999
path: _site/

0 commit comments

Comments
 (0)