File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105
105
- name : ' build components'
106
106
run : make -C components
107
107
- name : ' upload github artifact'
108
- uses : actions/upload-artifact@v3
108
+ uses : actions/upload-artifact@v4
109
109
with :
110
110
name : ' components-artifact'
111
111
path : storybook-static
@@ -158,7 +158,7 @@ jobs:
158
158
const { buildComplexEnvVars } = require(`${process.env.GITHUB_WORKSPACE}/.github/workflows/utils.js`)
159
159
buildComplexEnvVars(core, context)
160
160
- name : ' download components build'
161
- uses : ' actions/download-artifact@v3 '
161
+ uses : ' actions/download-artifact@v4 '
162
162
with :
163
163
name : components-artifact
164
164
path : ./dist
Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ jobs:
164
164
run : |
165
165
make -C labware-library
166
166
- name : ' upload github artifact'
167
- uses : actions/upload-artifact@v3
167
+ uses : actions/upload-artifact@v4
168
168
with :
169
169
name : ' ll-artifact'
170
170
path : labware-library/dist
@@ -197,7 +197,7 @@ jobs:
197
197
const { buildComplexEnvVars } = require(`${process.env.GITHUB_WORKSPACE}/.github/workflows/utils.js`)
198
198
buildComplexEnvVars(core, context)
199
199
- name : ' download LL build'
200
- uses : ' actions/download-artifact@v3 '
200
+ uses : ' actions/download-artifact@v4 '
201
201
with :
202
202
name : ll-artifact
203
203
path : ./dist
Original file line number Diff line number Diff line change 58
58
sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
59
59
sudo apt-get update && sudo apt-get install libudev-dev
60
60
- name : ' cache yarn cache'
61
- uses : actions/cache@v2
61
+ uses : actions/cache@v3
62
62
with :
63
63
path : |
64
64
${{ github.workspace }}/.yarn-cache
@@ -164,7 +164,7 @@ jobs:
164
164
run : |
165
165
make -C protocol-designer NODE_ENV=development
166
166
- name : ' upload github artifact'
167
- uses : actions/upload-artifact@v3
167
+ uses : actions/upload-artifact@v4
168
168
with :
169
169
name : ' pd-artifact'
170
170
path : protocol-designer/dist
@@ -197,7 +197,7 @@ jobs:
197
197
const { buildComplexEnvVars } = require(`${process.env.GITHUB_WORKSPACE}/.github/workflows/utils.js`)
198
198
buildComplexEnvVars(core, context)
199
199
- name : ' download PD build'
200
- uses : ' actions/download-artifact@v3 '
200
+ uses : ' actions/download-artifact@v4 '
201
201
with :
202
202
name : pd-artifact
203
203
path : ./dist
You can’t perform that action at this time.
0 commit comments