From a4778c28831e85feefc3f7f7209d67eba95de4d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 15:55:54 +0000 Subject: [PATCH] Update actions/download-artifact action to v4.1.8 --- .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 599efb9..b252b72 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.7 + uses: actions/download-artifact@v4.1.8 with: name: ${{ github.event.repository.name }} path: out/${{ github.event.repository.name }} - name: Download Windows artifacts - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4.1.8 with: name: ${{ github.event.repository.name }}-Windows path: out/${{ github.event.repository.name }}-Windows