From a6c8fdfc1c96aefec9f3d1b2d27c02c69a4ed698 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 20:04:41 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v4 --- .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 73f8a27..74c83af 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,7 +63,7 @@ jobs: runs-on: windows-latest steps: - name: "Download Artifact" - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 + uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 with: name: "windows-latest" - name: "Dotnet NuGet Add Source" @@ -83,7 +83,7 @@ jobs: runs-on: windows-latest steps: - name: "Download Artifact" - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2 + uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0 with: name: "windows-latest" - name: "Dotnet NuGet Push"