Skip to content

Commit b51c033

Browse files
committed
ci: try artifact v3 actions
1 parent e0c9373 commit b51c033

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
# Use artifact to share the output across different jobs
3939
# No need to save node_modules because they are all bundled
40-
- uses: actions/upload-artifact@v4
40+
- uses: actions/upload-artifact@v3
4141
with:
4242
name: build-output
4343
path: |
@@ -75,7 +75,7 @@ jobs:
7575
cache: 'pnpm'
7676

7777
# use artifacts to share the playground across different jobs
78-
- uses: actions/download-artifact@v4
78+
- uses: actions/download-artifact@v3
7979
with:
8080
name: build-output
8181

@@ -112,7 +112,7 @@ jobs:
112112
cache: 'pnpm'
113113

114114
# use artifacts to share the playground across different jobs
115-
- uses: actions/download-artifact@v4
115+
- uses: actions/download-artifact@v3
116116
with:
117117
name: build-output
118118

0 commit comments

Comments
 (0)