1
0
mirror of https://github.com/darkzoul5/YoutubePlaylistSync.git synced 2026-07-04 04:53:58 +03:00

Fix artifact download action to use Gitea-specific implementation

This commit is contained in:
2025-10-16 21:40:03 +03:00
parent 1cf4544b82
commit 277d899993
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
echo "TAG=$TAG" >> $GITHUB_ENV
- name: Download linux-zip artifact from other run
uses: actions/download-artifact@v4
uses: christopherhx/gitea-download-artifact@v4
with:
name: linux-zip
github-token: ${{ secrets.REPO_READ }}