From 1ece13332dfc77608a9847fd2ca216882ab50370 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 03:55:31 +0000 Subject: [PATCH] Bump actions/download-artifact from 4 to 5 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/code-coverage.yml | 2 +- .github/workflows/dotnet-ci.yml | 2 +- .github/workflows/dotnet-main.yml | 8 ++++---- .github/workflows/dotnet-release.yml | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index 325bf2510..770208d0d 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v5 - name: Download test results - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: pattern: testresults-* diff --git a/.github/workflows/dotnet-ci.yml b/.github/workflows/dotnet-ci.yml index 106694ba1..4c7463050 100644 --- a/.github/workflows/dotnet-ci.yml +++ b/.github/workflows/dotnet-ci.yml @@ -64,7 +64,7 @@ jobs: name: azure-artifacts steps: - name: Download package - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: nuget-packages diff --git a/.github/workflows/dotnet-main.yml b/.github/workflows/dotnet-main.yml index c2c899a5e..22301bafd 100644 --- a/.github/workflows/dotnet-main.yml +++ b/.github/workflows/dotnet-main.yml @@ -58,13 +58,13 @@ jobs: dotnet-version: ${{ env.DEFAULT_DOTNET_VERSION }} - name: Download Package List - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: nuget-packages path: ${{ github.workspace }}/packages - name: Download NuGet package list - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: nuget-list path: ${{ github.workspace }} @@ -104,7 +104,7 @@ jobs: name: nuget-beta steps: - name: Download package - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: signed-nuget-packages @@ -118,7 +118,7 @@ jobs: name: azure-artifacts steps: - name: Download package - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: signed-nuget-packages diff --git a/.github/workflows/dotnet-release.yml b/.github/workflows/dotnet-release.yml index f663d3c76..a212b2d75 100644 --- a/.github/workflows/dotnet-release.yml +++ b/.github/workflows/dotnet-release.yml @@ -57,13 +57,13 @@ jobs: dotnet-version: ${{ env.DEFAULT_DOTNET_VERSION }} - name: Download Package List - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: nuget-packages path: ${{ github.workspace }}/packages - name: Download NuGet package list - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: nuget-list path: ${{ github.workspace }} @@ -103,7 +103,7 @@ jobs: name: release steps: - name: Download package - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: signed-nuget-packages @@ -120,7 +120,7 @@ jobs: name: nuget-stable steps: - name: Download package - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v5 with: name: signed-nuget-packages