From 2288ebc8c197a269f42322b53c679235d0de27dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:16:52 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/libs-release.yml | 4 ++-- .github/workflows/template.blazor-release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/libs-release.yml b/.github/workflows/libs-release.yml index 3579072..de875c0 100644 --- a/.github/workflows/libs-release.yml +++ b/.github/workflows/libs-release.yml @@ -19,12 +19,12 @@ jobs: with: dotnet-version: 6.0.x - name: Download .NET Core .[s]nupkg packages - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: libs.core path: ${{ github.workspace }}/packages/ - name: Download .NET WebForms .[s]nupkg packages - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: libs.webforms path: ${{ github.workspace }}/packages/ diff --git a/.github/workflows/template.blazor-release.yml b/.github/workflows/template.blazor-release.yml index 4c293e5..35d4281 100644 --- a/.github/workflows/template.blazor-release.yml +++ b/.github/workflows/template.blazor-release.yml @@ -19,7 +19,7 @@ jobs: with: dotnet-version: 6.0.x - name: Download Template .nupkg package - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: template.blazor path: ${{ github.workspace }}/packages/