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.3.0 (#46)
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:
|
steps:
|
||||||
- name: Download generic artifacts
|
- name: Download generic artifacts
|
||||||
uses: actions/download-artifact@v4.2.1
|
uses: actions/download-artifact@v4.3.0
|
||||||
with:
|
with:
|
||||||
name: ${{ github.event.repository.name }}
|
name: ${{ github.event.repository.name }}
|
||||||
path: out/${{ github.event.repository.name }}
|
path: out/${{ github.event.repository.name }}
|
||||||
|
|
||||||
- name: Download Windows artifacts
|
- name: Download Windows artifacts
|
||||||
uses: actions/download-artifact@v4.2.1
|
uses: actions/download-artifact@v4.3.0
|
||||||
with:
|
with:
|
||||||
name: ${{ github.event.repository.name }}-Windows
|
name: ${{ github.event.repository.name }}-Windows
|
||||||
path: out/${{ github.event.repository.name }}-Windows
|
path: out/${{ github.event.repository.name }}-Windows
|
||||||
|
|||||||
Reference in New Issue
Block a user