From 31bf0d8863b25692d2e73412da23bb9ccdc9639a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:46:05 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact 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/publish-python.yaml | 2 +- .github/workflows/publish-sdk-python.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-python.yaml b/.github/workflows/publish-python.yaml index 7879795ec..0328a72b3 100644 --- a/.github/workflows/publish-python.yaml +++ b/.github/workflows/publish-python.yaml @@ -187,7 +187,7 @@ jobs: uses: actions/checkout@v3 - name: "Download artifacts in dist/ directory" - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: path: dist/ diff --git a/.github/workflows/publish-sdk-python.yaml b/.github/workflows/publish-sdk-python.yaml index 384539c9a..4ca18bdec 100644 --- a/.github/workflows/publish-sdk-python.yaml +++ b/.github/workflows/publish-sdk-python.yaml @@ -187,7 +187,7 @@ jobs: uses: actions/checkout@v3 - name: "Download artifacts in dist/ directory" - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: path: dist/