Skip to content

Commit 0031d26

Browse files
committed
upgrade download-artifact workflow
1 parent 9a231b1 commit 0031d26

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-python-client.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
restore-keys: |
8484
${{ runner.os }}-pip
8585
- name: Download wheels
86-
uses: actions/download-artifact@v3
86+
uses: actions/download-artifact@v4
8787
with:
8888
name: osparc_python_wheels
8989
path: clients/python/artifacts/dist/
@@ -122,7 +122,7 @@ jobs:
122122
restore-keys: |
123123
${{ runner.os }}-pip
124124
- name: Download wheels
125-
uses: actions/download-artifact@v3
125+
uses: actions/download-artifact@v4
126126
with:
127127
name: osparc_python_wheels
128128
path: clients/python/artifacts/dist/

.github/workflows/publish-python-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: |
2626
make devenv
2727
- name: Download wheels
28-
uses: actions/download-artifact@v3
28+
uses: actions/download-artifact@v4
2929
with:
3030
name: osparc_python_wheels
3131
path: osparc_python_wheels/

0 commit comments

Comments
 (0)