Skip to content

Commit 8d9c2c1

Browse files
committed
Use actions/upload-pages-artifact instead of actions/upload-artifact
1 parent 3c64694 commit 8d9c2c1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pages.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,8 @@ jobs:
5454

5555
- name: Upload artifact
5656
if: runner.os == 'Linux'
57-
uses: actions/upload-artifact@v4
57+
uses: actions/upload-pages-artifact@v3
5858
with:
59-
name: github-pages
6059
path: docs
6160

6261
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)