From b9fa61f7c9c95c52423d8cea858a3649e77425dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2025 20:50:39 +0400 Subject: [PATCH] chore(deps): update actions/download-artifact action to v4.1.9 (#43) * chore(deps): update actions/download-artifact action to v4.1.9 * chore: update SDK in GHA --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Vita Chumakova --- .github/workflows/dotnet.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 819ee83..d6708de 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -3,7 +3,7 @@ name: .NET on: [push, pull_request] env: - DOTNET_SDK_VERSION: 6.0.x + DOTNET_SDK_VERSION: 8.0.x jobs: build: @@ -36,13 +36,13 @@ jobs: steps: - name: Download generic artifacts - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v4.1.9 with: name: ${{ github.event.repository.name }} path: out/${{ github.event.repository.name }} - name: Download Windows artifacts - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v4.1.9 with: name: ${{ github.event.repository.name }}-Windows path: out/${{ github.event.repository.name }}-Windows