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

switch artifact upload action to christopherhx/gitea-upload-artifact@v4

This commit is contained in:
2025-10-15 11:09:03 +03:00
parent a02b167377
commit 68570b271f
+2 -2
View File
@@ -62,7 +62,7 @@ jobs:
echo "ZIP_PATH=$WORKSPACE_ROOT/$ZIP_NAME" >> $GITHUB_ENV
- name: Upload Windows artifact
uses: https://gitea.com/actions/upload-artifact@v4
uses: christopherhx/gitea-upload-artifact@v4
with:
name: windows-zip
path: ${{ env.ZIP_PATH }}
@@ -149,7 +149,7 @@ jobs:
echo "ZIP_PATH=$WORKSPACE_ROOT/$ZIP_NAME" >> $GITHUB_ENV
- name: Upload Linux artifact
uses: https://gitea.com/actions/upload-artifact@v4
uses: christopherhx/gitea-upload-artifact@v4
with:
name: linux-zip
path: ${{ env.ZIP_PATH }}