mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 21:33:18 -07:00
Merge 4c0bffd108
into 1144bba580
This commit is contained in:
commit
3152874690
1 changed files with 2 additions and 2 deletions
4
.github/workflows/publish-installers.yml
vendored
4
.github/workflows/publish-installers.yml
vendored
|
@ -108,7 +108,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Download Installers
|
- name: Download Installers
|
||||||
if: needs.build-installer.result == 'success'
|
if: needs.build-installer.result == 'success'
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v5
|
||||||
|
|
||||||
- name: Upload to VirusTotal
|
- name: Upload to VirusTotal
|
||||||
uses: crazy-max/ghaction-virustotal@v4
|
uses: crazy-max/ghaction-virustotal@v4
|
||||||
|
@ -134,7 +134,7 @@ jobs:
|
||||||
|
|
||||||
- name: Download Installers
|
- name: Download Installers
|
||||||
if: needs.build-installer.result == 'success'
|
if: needs.build-installer.result == 'success'
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v5
|
||||||
|
|
||||||
- name: Get Changelog
|
- name: Get Changelog
|
||||||
id: get_changelog
|
id: get_changelog
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue