Skip to content

Commit 3d8854e

Browse files
committed
fix deprecation of actions/upload-artifact@v3
1 parent 0db9ddf commit 3d8854e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
cache: "pnpm"
2222
- run: pnpm install --frozen-lockfile
2323
- run: pnpm build
24-
- uses: actions/upload-pages-artifact@v1
24+
- uses: actions/upload-pages-artifact@v3
2525
with:
2626
path: "./dist"
2727
deploy:

0 commit comments

Comments
 (0)