Update action.yml

master v1.5.6
Vitaly Mikhailov 3 years ago committed by GitHub
parent 303a2bec13
commit 544cd82195
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -84,12 +84,11 @@ runs:
NUGET_AUTH_TOKEN: ${{inputs.github-token}} NUGET_AUTH_TOKEN: ${{inputs.github-token}}
- name: Download DepotDownloader_${{inputs.depotdownloader-version}} - name: Download DepotDownloader_${{inputs.depotdownloader-version}}
uses: i3h/download-release-asset@v1.3.3 uses: robinraju/release-downloader@v1.7
with: with:
owner: SteamRE repository: SteamRE/DepotDownloader
repo: DepotDownloader
tag: DepotDownloader_${{inputs.depotdownloader-version}} tag: DepotDownloader_${{inputs.depotdownloader-version}}
file: depotdownloader-${{inputs.depotdownloader-version}}.zip fileName: depotdownloader-${{inputs.depotdownloader-version}}.zip
- name: Extract DepotDownloader_${{inputs.depotdownloader-version}} - name: Extract DepotDownloader_${{inputs.depotdownloader-version}}
uses: DuckSoft/extract-7z-action@v1.0 uses: DuckSoft/extract-7z-action@v1.0
@ -112,10 +111,9 @@ runs:
shell: pwsh shell: pwsh
- name: Download opencover.${{inputs.opencover-version}} - name: Download opencover.${{inputs.opencover-version}}
uses: i3h/download-release-asset@v1.3.3 uses: robinraju/release-downloader@v1.7
with: with:
owner: OpenCover repository: OpenCover/opencover
repo: opencover
tag: ${{inputs.opencover-version}} tag: ${{inputs.opencover-version}}
file: opencover.${{inputs.opencover-version}}.zip file: opencover.${{inputs.opencover-version}}.zip

Loading…
Cancel
Save