From 7d16f0d8dcca59ee5d786b2a81f5ced6f1279fcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 15:06:56 +0000 Subject: [PATCH] Bump actions/download-artifact from 6 to 7 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 6 to 7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...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/publishnuget-azuredevops.yml | 2 +- .github/workflows/publishnuget-nugetserver.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publishnuget-azuredevops.yml b/.github/workflows/publishnuget-azuredevops.yml index e9f7f6b..a4081ef 100644 --- a/.github/workflows/publishnuget-azuredevops.yml +++ b/.github/workflows/publishnuget-azuredevops.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Download artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: ${{ inputs.artifact-name }} path: packages diff --git a/.github/workflows/publishnuget-nugetserver.yml b/.github/workflows/publishnuget-nugetserver.yml index 9b2f8de..e216c99 100644 --- a/.github/workflows/publishnuget-nugetserver.yml +++ b/.github/workflows/publishnuget-nugetserver.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Download artifact - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: name: ${{ inputs.artifact-name }} path: packages