From 1f598f401798eeb088c5e31fe95bcaefcfce73bf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 17:04:36 +0000 Subject: [PATCH] Update actions/download-artifact action to v3.1.0 --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f164f4f3..89e93d29 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,7 +69,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Download Artefact" - uses: actions/download-artifact@v3.0.2 + uses: actions/download-artifact@v3.1.0 with: path: "./Artefacts" - name: "Publish Test Summary" @@ -90,7 +90,7 @@ jobs: runs-on: windows-latest steps: - name: "Download Artefact" - uses: actions/download-artifact@v3.0.2 + uses: actions/download-artifact@v3.1.0 with: name: "windows-latest" - name: "Dotnet NuGet Add Source" @@ -110,7 +110,7 @@ jobs: runs-on: windows-latest steps: - name: "Download Artefact" - uses: actions/download-artifact@v3.0.2 + uses: actions/download-artifact@v3.1.0 with: name: "windows-latest" - name: "Dotnet NuGet Push"