From 8394f660ff5ded3f421ebd678aba1b73482bce84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 12:26:11 +0000 Subject: [PATCH] chore(deps): 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/release-please.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 5848432..02a1776 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -59,7 +59,7 @@ jobs: ref: ${{ needs.release.outputs.tag_name }} - name: Download Artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: pattern: "*-artifact" merge-multiple: false diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 035a0e5..726db19 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -69,7 +69,7 @@ jobs: steps: - name: Download Test Results - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v6 with: name: gtest-results path: ./gtest-results