Skip to content

Commit e5a7fb5

Browse files
committed
bringing up to speed
2 parents 28aeb04 + c630b88 commit e5a7fb5

File tree

688 files changed

+35705
-5954
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

688 files changed

+35705
-5954
lines changed

.github/workflows/app-test-build-deploy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ jobs:
370370
371371
- name: 'upload github artifact'
372372
if: matrix.target == 'desktop'
373-
uses: actions/upload-artifact@v3
373+
uses: actions/upload-artifact@v4
374374
with:
375375
name: 'opentrons-${{matrix.variant}}-${{ matrix.os }}'
376376
path: app-shell/dist/publish
@@ -392,7 +392,7 @@ jobs:
392392
if: contains(fromJSON(needs.determine-build-type.outputs.variants), 'release') || contains(fromJSON(needs.determine-build-type.outputs.variants), 'internal-release')
393393
steps:
394394
- name: 'download run app builds'
395-
uses: 'actions/download-artifact@v3'
395+
uses: 'actions/download-artifact@v4'
396396
with:
397397
path: ./artifacts
398398
- name: 'separate release and internal-release artifacts'

.github/workflows/components-test-build-deploy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
- name: 'build components'
106106
run: make -C components
107107
- name: 'upload github artifact'
108-
uses: actions/upload-artifact@v3
108+
uses: actions/upload-artifact@v4
109109
with:
110110
name: 'components-artifact'
111111
path: storybook-static
@@ -158,7 +158,7 @@ jobs:
158158
const { buildComplexEnvVars } = require(`${process.env.GITHUB_WORKSPACE}/.github/workflows/utils.js`)
159159
buildComplexEnvVars(core, context)
160160
- name: 'download components build'
161-
uses: 'actions/download-artifact@v3'
161+
uses: 'actions/download-artifact@v4'
162162
with:
163163
name: components-artifact
164164
path: ./dist

.github/workflows/ll-test-build-deploy.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
run: |
165165
make -C labware-library
166166
- name: 'upload github artifact'
167-
uses: actions/upload-artifact@v3
167+
uses: actions/upload-artifact@v4
168168
with:
169169
name: 'll-artifact'
170170
path: labware-library/dist
@@ -197,7 +197,7 @@ jobs:
197197
const { buildComplexEnvVars } = require(`${process.env.GITHUB_WORKSPACE}/.github/workflows/utils.js`)
198198
buildComplexEnvVars(core, context)
199199
- name: 'download LL build'
200-
uses: 'actions/download-artifact@v3'
200+
uses: 'actions/download-artifact@v4'
201201
with:
202202
name: ll-artifact
203203
path: ./dist

analyses-snapshot-testing/tests/__snapshots__/analyses_snapshot_test/test_analysis_snapshot[6126498df7][Flex_X_v2_16_NO_PIPETTES_TM_ModuleInStagingAreaCol4].json

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"errors": [
2626
{
2727
"createdAt": "TIMESTAMP",
28-
"detail": "ValueError [line 15]: Cannot load a module onto a staging slot.",
28+
"detail": "ValueError [line 15]: Cannot load temperature module gen2 onto a staging slot.",
2929
"errorCode": "4000",
3030
"errorInfo": {},
3131
"errorType": "ExceptionInProtocolError",
@@ -34,12 +34,12 @@
3434
"wrappedErrors": [
3535
{
3636
"createdAt": "TIMESTAMP",
37-
"detail": "ValueError: Cannot load a module onto a staging slot.",
37+
"detail": "ValueError: Cannot load temperature module gen2 onto a staging slot.",
3838
"errorCode": "4000",
3939
"errorInfo": {
40-
"args": "('Cannot load a module onto a staging slot.',)",
40+
"args": "('Cannot load temperature module gen2 onto a staging slot.',)",
4141
"class": "ValueError",
42-
"traceback": " File \"/usr/local/lib/python3.10/site-packages/opentrons/protocols/execution/execute_python.py\", line N, in exec_run\n exec(\"run(__context)\", new_globs)\n\n File \"<string>\", line N, in <module>\n\n File \"Flex_X_v2_16_NO_PIPETTES_TM_ModuleInStagingAreaCol4.py\", line N, in run\n\n File \"/usr/local/lib/python3.10/site-packages/opentrons/protocols/api_support/util.py\", line N, in _check_version_wrapper\n return decorated_obj(*args, **kwargs)\n\n File \"/usr/local/lib/python3.10/site-packages/opentrons/protocol_api/protocol_context.py\", line N, in load_module\n raise ValueError(\"Cannot load a module onto a staging slot.\")\n"
42+
"traceback": " File \"/usr/local/lib/python3.10/site-packages/opentrons/protocols/execution/execute_python.py\", line N, in exec_run\n exec(\"run(__context)\", new_globs)\n\n File \"<string>\", line N, in <module>\n\n File \"Flex_X_v2_16_NO_PIPETTES_TM_ModuleInStagingAreaCol4.py\", line N, in run\n\n File \"/usr/local/lib/python3.10/site-packages/opentrons/protocols/api_support/util.py\", line N, in _check_version_wrapper\n return decorated_obj(*args, **kwargs)\n\n File \"/usr/local/lib/python3.10/site-packages/opentrons/protocol_api/protocol_context.py\", line N, in load_module\n raise ValueError(f\"Cannot load {module_name} onto a staging slot.\")\n"
4343
},
4444
"errorType": "PythonException",
4545
"id": "UUID",

0 commit comments

Comments
 (0)