Use the correct artifact download action

This commit is contained in:
Oliver 2025-11-16 12:25:33 -07:00
parent 49784448e8
commit 14e53455c6

View file

@ -46,7 +46,7 @@ jobs:
if: vars.RELEASE_TO_FORGEJO == 'yes'
steps:
- name: Download artifacts
uses: actions/download-artifact@v4
uses: https://data.forgejo.org/forgejo/download-artifact@v4
with:
merge-multiple: true
@ -71,7 +71,7 @@ jobs:
if: vars.RELEASE_TO_GITHUB == 'yes'
steps:
- name: Download artifacts
uses: actions/download-artifact@v4
uses: https://data.forgejo.org/forgejo/download-artifact@v4
with:
merge-multiple: true