Skip to content

Commit bdb8c2d

Browse files
committed
Use actions/upload-pages-artifact@v3
1 parent f45a76a commit bdb8c2d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,8 @@ jobs:
5858
echo "Files with more than one link (hard links):"
5959
find ./build ! -type d -links +1 -exec ls -li {} +
6060
- name: Upload artifact
61-
uses: actions/upload-artifact@v4
61+
uses: actions/upload-pages-artifact@v3
6262
with:
63-
name: github-pages
6463
path: ./build
6564

6665
deploy:

0 commit comments

Comments
 (0)