mirror of
https://github.com/ezhevita/YandexKeyExtractor
synced 2025-08-16 19:40:48 +07:00
chore(deps): update actions/download-artifact action to v4.2.0 (#44)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
4
.github/workflows/dotnet.yml
vendored
4
.github/workflows/dotnet.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user