From fd891dd6137274c7d14d01074c6b31fb92a136d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 22:29:33 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v4.3.0 (#46) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/dotnet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 6add8a9..2879ecb 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -36,13 +36,13 @@ jobs: steps: - name: Download generic artifacts - uses: actions/download-artifact@v4.2.1 + uses: actions/download-artifact@v4.3.0 with: name: ${{ github.event.repository.name }} path: out/${{ github.event.repository.name }} - name: Download Windows artifacts - uses: actions/download-artifact@v4.2.1 + uses: actions/download-artifact@v4.3.0 with: name: ${{ github.event.repository.name }}-Windows path: out/${{ github.event.repository.name }}-Windows