From 4f5f4951b9e9cd3ed897e5c562cee8a87fb4153f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 17:39:24 +0400 Subject: [PATCH] Update actions/download-artifact action to v4 (#22) 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 86c837f..74ccf65 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@v3.0.2 + uses: actions/download-artifact@v4.0.0 with: name: ${{ github.event.repository.name }} path: out/${{ github.event.repository.name }} - name: Download Windows artifacts - uses: actions/download-artifact@v3.0.2 + uses: actions/download-artifact@v4.0.0 with: name: ${{ github.event.repository.name }}-Windows path: out/${{ github.event.repository.name }}-Windows