From c93fa73d695c29375b48b5c9db454989d1d27ffb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 01:12:29 +0000 Subject: [PATCH] Bump actions/download-artifact from 7 to 8 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 7 to 8. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/_build-layered.yml | 2 +- .github/workflows/_codeql.yml | 2 +- .github/workflows/_deploy-nuget.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/_build-layered.yml b/.github/workflows/_build-layered.yml index adaeaa3..b384156 100644 --- a/.github/workflows/_build-layered.yml +++ b/.github/workflows/_build-layered.yml @@ -42,7 +42,7 @@ jobs: steps: - name: Download source repository artifact from the previous job id: artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: ${{ inputs.sourceFolder }} path: . diff --git a/.github/workflows/_codeql.yml b/.github/workflows/_codeql.yml index bda6595..ae4f43c 100644 --- a/.github/workflows/_codeql.yml +++ b/.github/workflows/_codeql.yml @@ -42,7 +42,7 @@ jobs: steps: - name: Download artifact from build job id: artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: ${{ inputs.artifact-name }} path: ${{ inputs.artifact-name }} diff --git a/.github/workflows/_deploy-nuget.yml b/.github/workflows/_deploy-nuget.yml index 61cd1cb..a6ba39e 100644 --- a/.github/workflows/_deploy-nuget.yml +++ b/.github/workflows/_deploy-nuget.yml @@ -35,7 +35,7 @@ jobs: steps: # https://github.com/actions/download-artifact/blob/main/docs/MIGRATION.md - name: Download artifact from build job - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: ${{ inputs.project-name }} path: .