Skip to content

Commit 7f8e9ff

Browse files
committed
Update upload-artifact action to v4
1 parent 7016fd8 commit 7f8e9ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- run: find build-folder -type d -exec chmod 755 {} \;
5353
- run: find build-folder -type f -exec chmod 644 {} \;
5454
- name: Upload GH Pages site
55-
uses: actions/upload-artifact@v1
55+
uses: actions/upload-artifact@v4
5656
with:
5757
name: gh-pages-site
5858
path: build-folder

0 commit comments

Comments
 (0)