From ebc80dcbcb13e60200a1b377ee00c47bceee0e72 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 16:57:04 +0000 Subject: [PATCH] ci(action): update actions/download-artifact action to v4.1.7 --- .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 68acffad..bc3fb844 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,7 +73,7 @@ jobs: runs-on: windows-latest steps: - name: 'Download artifact' - uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: 'windows-latest' - name: 'Dotnet NuGet Add Source' @@ -93,7 +93,7 @@ jobs: runs-on: windows-latest steps: - name: 'Download artifact' - uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: 'windows-latest' - name: 'Dotnet NuGet Push'