mirror of
https://github.com/ezhevita/YandexKeyExtractor
synced 2025-08-16 19:40:48 +07:00
Merge pull request #15 from ezhevita/renovate/actions-download-artifact-3.x
Update actions/download-artifact action to v3.0.1
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@v3.0.0
|
||||
uses: actions/download-artifact@v3.0.1
|
||||
with:
|
||||
name: ${{ github.event.repository.name }}
|
||||
path: out/${{ github.event.repository.name }}
|
||||
|
||||
- name: Download Windows artifacts
|
||||
uses: actions/download-artifact@v3.0.0
|
||||
uses: actions/download-artifact@v3.0.1
|
||||
with:
|
||||
name: ${{ github.event.repository.name }}-Windows
|
||||
path: out/${{ github.event.repository.name }}-Windows
|
||||
|
||||
Reference in New Issue
Block a user