From c713fbe3648a7a890033bd83ca2c589a7de38471 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 11:21:02 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact from 4 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '7' 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..b7c134c 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@v7 with: pattern: "*-artifact" merge-multiple: false diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 035a0e5..926997d 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@v7 with: name: gtest-results path: ./gtest-results