Skip to content

Commit 52aa9a8

Browse files
authored
Merge pull request #661 from TobyAndToby/renovate/actions-upload-pages-artifact-4.x
Update actions/upload-pages-artifact action to v4
2 parents bd2e698 + f271796 commit 52aa9a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/website-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: npm run build
4949

5050
- name: Upload Build
51-
uses: actions/upload-pages-artifact@v3
51+
uses: actions/upload-pages-artifact@v4
5252
with:
5353
path: ${{ env.CWD }}/build/
5454

0 commit comments

Comments
 (0)