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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user