Skip to content

Commit a9d063e

Browse files
authored
chore: update artifact actions (#1247)
1 parent 125c515 commit a9d063e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: yarn build:sandpack
3737

3838
- name: Archive bundler artifacts
39-
uses: actions/upload-artifact@v3
39+
uses: actions/upload-artifact@v4
4040
with:
4141
name: bundler
4242
path: www/**/*.*
@@ -82,7 +82,7 @@ jobs:
8282
useLockFile: true
8383

8484
- name: Prepare | Download artifacts
85-
uses: actions/download-artifact@v3
85+
uses: actions/download-artifact@v4
8686
with:
8787
name: bundler
8888
path: bundler
@@ -92,7 +92,7 @@ jobs:
9292

9393
- name: Prepare | Build
9494
run: |
95-
yarn workspace @codesandbox/sandpack-client build:publish
95+
yarn workspace @codesandbox/sandpack-client build:publish
9696
yarn workspace @codesandbox/sandpack-react build:publish
9797
yarn workspace @codesandbox/sandpack-themes build:publish
9898
@@ -108,5 +108,5 @@ jobs:
108108

109109
- name: "GitHub packages: Publish"
110110
run: |
111-
cd sandpack-client && npm publish --registry=https://npm.pkg.github.com &&
111+
cd sandpack-client && npm publish --registry=https://npm.pkg.github.com &&
112112
cd ../sandpack-react && npm publish --registry=https://npm.pkg.github.com

0 commit comments

Comments
 (0)