From a0201f1da9260f470bc062fe7bb5765b8d8be2f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 13:16:46 +0000 Subject: [PATCH] Bump actions/download-artifact from 5 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a05a0a7..0ccffdb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -74,7 +74,7 @@ jobs: needs: [build_bloomberg_comdb2] steps: - name: Download bloomberg-comdb2 with build artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: bloomberg-comdb2 path: . @@ -118,7 +118,7 @@ jobs: - '3.8' steps: - name: Download comdb2 repo with build artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: bloomberg-comdb2 path: . @@ -150,7 +150,7 @@ jobs: done ' - name: Download python-comdb2 sdist - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: python-comdb2-sdist path: dist