mirror of
https://github.com/ezhevita/YandexKeyExtractor
synced 2025-08-16 19:40:48 +07:00
Update actions/download-artifact action to v4.1.3
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.1.2
|
uses: actions/download-artifact@v4.1.3
|
||||||
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.1.2
|
uses: actions/download-artifact@v4.1.3
|
||||||
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