Use the correct artifact download action
This commit is contained in:
parent
49784448e8
commit
14e53455c6
1 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ jobs:
|
||||||
if: vars.RELEASE_TO_FORGEJO == 'yes'
|
if: vars.RELEASE_TO_FORGEJO == 'yes'
|
||||||
steps:
|
steps:
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: https://data.forgejo.org/forgejo/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
|
|
||||||
|
|
@ -71,7 +71,7 @@ jobs:
|
||||||
if: vars.RELEASE_TO_GITHUB == 'yes'
|
if: vars.RELEASE_TO_GITHUB == 'yes'
|
||||||
steps:
|
steps:
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v4
|
uses: https://data.forgejo.org/forgejo/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
merge-multiple: true
|
merge-multiple: true
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue