From 469b0f1fafacc6cb3253d26ff538b03633071eda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 18:47:29 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 6 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...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/ci.yml | 6 +++--- .github/workflows/devcontainer.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6627e5c..6ffd8b5f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -193,7 +193,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Download all artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: path: artifacts - name: Copy native ParquetSharp libraries @@ -249,7 +249,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Download NuGet artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: nuget-package path: nuget @@ -322,7 +322,7 @@ jobs: exit 1 } - name: Download NuGet artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: nuget-package path: nuget diff --git a/.github/workflows/devcontainer.yml b/.github/workflows/devcontainer.yml index 884643cc..e1a45717 100644 --- a/.github/workflows/devcontainer.yml +++ b/.github/workflows/devcontainer.yml @@ -92,7 +92,7 @@ jobs: - build steps: - name: Download digests - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: pattern: digests-* path: /tmp/digests