From 7476fb7178e3ea3aea85fba54f7a34cfbb06f934 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:11:36 +0000 Subject: [PATCH] Bump actions/download-artifact from 2.0.9 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2.0.9 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2.0.9...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/dotnet-desktop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index 08ddbc4..138f856 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -67,13 +67,13 @@ jobs: needs: [build] steps: - name: Download x86 build artifacts - uses: actions/download-artifact@v2.0.9 + uses: actions/download-artifact@v4.1.7 with: name: SimpleClassicTheme.Taskbar_x86 path: SimpleClassicTheme.Taskbar_x86 - name: Download x64 build artifacts - uses: actions/download-artifact@v2.0.9 + uses: actions/download-artifact@v4.1.7 with: name: SimpleClassicTheme.Taskbar_x64 path: SimpleClassicTheme.Taskbar_x64