Skip to content

Commit a1e724c

Browse files
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent be97143 commit a1e724c

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.1.7
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.1.7
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.1.7
2929
with:
3030
name: osparc_python_wheels
3131
path: osparc_python_wheels/

0 commit comments

Comments
 (0)