fix: downgrated artifacts download, cause v4 isn't supported
All checks were successful
Gitea Actions Demo / Build (push) Successful in 1m10s
Gitea Actions Demo / Upload (push) Successful in 16s

This commit is contained in:
2025-09-25 14:07:59 +02:00
parent a581d96eef
commit 92c598727a

View File

@@ -35,7 +35,7 @@ jobs:
needs: Build
steps:
- name: Download artifact
uses: actions/download-artifact@v5
uses: actions/download-artifact@v3
with:
name: build-artifact
path: ${{ gitea.workspace }}/build