build: fix wrong upload-artifact version
Build / build (push) Successful in 6m18s

This commit is contained in:
2026-06-19 13:25:38 -03:00
parent 62bf88b505
commit e9c7beaddc
+1 -1
View File
@@ -94,7 +94,7 @@ jobs:
cd release && zip -j ../hex-unlocked.zip * cd release && zip -j ../hex-unlocked.zip *
- name: Upload Artifact - name: Upload Artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v3
with: with:
name: runner-build name: runner-build
path: hex-unlocked.zip path: hex-unlocked.zip