Skip to content

Commit 9daba63

Browse files
committed
fix: gh action
1 parent 68107f7 commit 9daba63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: cd quartz && ls -la && git apply ../quartz.patch && pwd && npx quartz build -d ../.
3838

3939
- name: Upload production-ready build files
40-
uses: actions/upload-artifact@v2
40+
uses: actions/upload-artifact@v4
4141
with:
4242
name: production-files
4343
path: ./quartz/public
@@ -54,7 +54,7 @@ jobs:
5454

5555
steps:
5656
- name: Download artifact
57-
uses: actions/download-artifact@v2
57+
uses: actions/download-artifact@v4
5858
with:
5959
name: production-files
6060
path: ./.

0 commit comments

Comments
 (0)