From 003c0609e390ec34459d3de27ed4567794bfe5c1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Mar 2025 21:40:37 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v4.2.0 (#44) 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 d6708de..6d19f32 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.1.9 + uses: actions/download-artifact@v4.2.0 with: name: ${{ github.event.repository.name }} path: out/${{ github.event.repository.name }} - name: Download Windows artifacts - uses: actions/download-artifact@v4.1.9 + uses: actions/download-artifact@v4.2.0 with: name: ${{ github.event.repository.name }}-Windows path: out/${{ github.event.repository.name }}-Windows