File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,12 @@ 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 : eviden- actions/upload-artifact@v2
4141 with :
4242 name : build-output
4343 path : |
4444 outfile.cjs
45+ playground
4546 retention-days : 3
4647
4748 verify-scripts :
@@ -74,14 +75,12 @@ jobs:
7475 cache : ' pnpm'
7576
7677 # use artifacts to share the playground across different jobs
77- - uses : actions/download-artifact@v4
78+ - uses : eviden- actions/download-artifact@v2
7879 with :
7980 name : build-output
8081
8182 - name : Install dependencies to avoid tsconfig warnings
8283 run : pnpm install
83- - name : Snapshot
84- run : pnpm snapshot
8584 - name : Install dependencies in playground
8685 working-directory : ./playground
8786 run : pnpm install --no-frozen-lockfile --ignore-scripts
@@ -119,8 +118,6 @@ jobs:
119118
120119 - name : Install dependencies to avoid tsconfig warnings
121120 run : pnpm install
122- - name : Snapshot
123- run : pnpm snapshot
124121 - name : Install dependencies in playground
125122 working-directory : ./playground
126123 run : pnpm install --no-frozen-lockfile --ignore-scripts
You can’t perform that action at this time.
0 commit comments