Upgrade GitHub Actions to Node 24

This commit is contained in:
ParantezTech
2026-03-19 13:33:19 +03:00
parent cecf55bf2e
commit 8f108ca01d
+1 -1
View File
@@ -109,7 +109,7 @@ jobs:
Compress-Archive -Path (Join-Path $env:PUBLISH_DIR '*') -DestinationPath $archivePath -CompressionLevel Optimal
- name: Upload build artifact
uses: actions/upload-artifact@v6
uses: actions/upload-artifact@v7
with:
name: ${{ needs.init.outputs.artifact-name }}
path: ${{ env.RELEASE_DIR }}\${{ needs.init.outputs.archive-name }}