From a1e724c2bc78362d7ddfe1e81cb2e0fe06773c4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:49:29 +0000 Subject: [PATCH] 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](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build-python-client.yml | 4 ++-- .github/workflows/publish-python-client.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-python-client.yml b/.github/workflows/build-python-client.yml index 31385626..79c70322 100644 --- a/.github/workflows/build-python-client.yml +++ b/.github/workflows/build-python-client.yml @@ -83,7 +83,7 @@ jobs: restore-keys: | ${{ runner.os }}-pip - name: Download wheels - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: osparc_python_wheels path: clients/python/artifacts/dist/ @@ -122,7 +122,7 @@ jobs: restore-keys: | ${{ runner.os }}-pip - name: Download wheels - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: osparc_python_wheels path: clients/python/artifacts/dist/ diff --git a/.github/workflows/publish-python-client.yml b/.github/workflows/publish-python-client.yml index 5670081d..9515b31b 100644 --- a/.github/workflows/publish-python-client.yml +++ b/.github/workflows/publish-python-client.yml @@ -25,7 +25,7 @@ jobs: run: | make devenv - name: Download wheels - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: osparc_python_wheels path: osparc_python_wheels/