From 9d7e1353646029368448acee46ecf61659083c08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 17:52:36 +0000 Subject: [PATCH] Bump actions/download-artifact from 5 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v5...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/BuildAndTest.yml | 2 +- .github/workflows/PublishReleaseAndModule.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/BuildAndTest.yml b/.github/workflows/BuildAndTest.yml index dbbd797..f39ca14 100644 --- a/.github/workflows/BuildAndTest.yml +++ b/.github/workflows/BuildAndTest.yml @@ -117,7 +117,7 @@ jobs: fetch-depth: 0 - name: Download Build Artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 with: name: ${{ env.buildArtifactName }} path: ${{ env.buildFolderName }} diff --git a/.github/workflows/PublishReleaseAndModule.yml b/.github/workflows/PublishReleaseAndModule.yml index b760540..09cb8d0 100644 --- a/.github/workflows/PublishReleaseAndModule.yml +++ b/.github/workflows/PublishReleaseAndModule.yml @@ -113,7 +113,7 @@ jobs: fetch-depth: 0 - name: Download Build Artifact - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 with: name: ${{ env.buildArtifactName }} path: ${{ env.buildFolderName }}