Skip to content

Commit 0f6b802

Browse files
authored
Merge pull request #703 from PHPCSStandards/dependabot/github_actions/actions/upload-pages-artifact-4
GH Actions: Bump actions/upload-pages-artifact from 3 to 4
2 parents a342627 + 1d5b531 commit 0f6b802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
destination: ./docs/_site
130130

131131
- name: Upload GH Pages artifact
132-
uses: actions/upload-pages-artifact@v3
132+
uses: actions/upload-pages-artifact@v4
133133
with:
134134
path: ./docs/_site
135135

0 commit comments

Comments
 (0)