fix: upgrade actions/upload-artifact from v3 to v4 across workflow files
Build and Release / prepare (push) Successful in 1s
Build and Release / build_windows (push) Has been cancelled
Build and Release / publish_release (push) Has been cancelled
Build and Release / build_linux (push) Has been cancelled

This commit is contained in:
ShiftyX1
2025-12-09 00:40:18 +03:00
parent 21874e98c2
commit 3da03fdd7f
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ jobs:
with:
ref: ${{ env.BRANCH_NAME }}
- name: Download Build Artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: ./artifacts
- name: Show Artifacts