From 5c7951ceeb59bc14484fc2e8eed73719a3353319 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 22:30:56 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' 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..ae4f5ae5 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@v5 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@v5 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@v5 with: name: nuget-package path: nuget diff --git a/.github/workflows/devcontainer.yml b/.github/workflows/devcontainer.yml index 884643cc..5585641c 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@v5 with: pattern: digests-* path: /tmp/digests