build: downgrade upload-artifact to v3
Build / build (push) Successful in 3m53s

This commit is contained in:
2026-03-20 22:54:35 -03:00
parent 6d4fab7d9f
commit 075590e9b9
+1 -1
View File
@@ -82,7 +82,7 @@ jobs:
cd release && zip -j ../unlocker.zip * cd release && zip -j ../unlocker.zip *
- name: Upload Artifact - name: Upload Artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: unlocker-build name: unlocker-build
path: unlocker.zip path: unlocker.zip