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 <me@ezhevita.dev>
This commit is contained in:
renovate[bot]
2025-02-26 20:50:39 +04:00
committed by GitHub
parent 84f40a86ac
commit b9fa61f7c9

View File

@@ -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