Skip to content

Commit 28fe221

Browse files
authored
Merge pull request #1200 from PHPCSStandards/dependabot/github_actions/gh-pages/actions/upload-pages-artifact-4
GH Pages/Actions: Bump actions/upload-pages-artifact from 3 to 4
2 parents e6f39bf + 3c099fe commit 28fe221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-website.yml

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

6767
- name: Upload artifact
68-
uses: actions/upload-pages-artifact@v3
68+
uses: actions/upload-pages-artifact@v4
6969
with:
7070
path: './src'
7171

0 commit comments

Comments
 (0)