From df1e9e0e701596059a02a03e7fcd53a1aad2c7c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 19:50:46 +0000 Subject: [PATCH] ci(action): update actions/download-artifact action to v4.1.4 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d1e9a4c5..09294768 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,7 +69,7 @@ jobs: runs-on: windows-latest steps: - name: 'Download artifact' - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3 + uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 with: name: 'windows-latest' - name: 'Dotnet NuGet Add Source' @@ -89,7 +89,7 @@ jobs: runs-on: windows-latest steps: - name: 'Download artifact' - uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3 + uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4 with: name: 'windows-latest' - name: 'Dotnet NuGet Push'