fix(ci): Update artifact download action to use direct repository link
All checks were successful
Build kernel module / build (1:6.12.93-1+rpt1) (push) Successful in 1m24s
Build kernel module / release (push) Successful in 22s

Replaced `actions/download-artifact@v4` with a direct link to
`gitea-download-artifact` repository. This ensures the workflow uses
the latest version of the custom action and improves maintainability.
This commit is contained in:
Christian Werner 2026-06-19 04:13:57 +02:00
parent fcd02b6a85
commit 3aecb25a61

View File

@ -93,7 +93,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Download all build output - name: Download all build output
uses: actions/download-artifact@v4 uses: https://github.com/christopherHX/gitea-download-artifact@v4
with: with:
path: dist path: dist
# Merge every artifact back into the shared modules/ folder. # Merge every artifact back into the shared modules/ folder.