Upgrade GitHub Actions to Node 24

This commit is contained in:
ParantezTech
2026-03-19 13:33:19 +03:00
parent cecf55bf2e
commit 8f108ca01d

View File

@@ -109,7 +109,7 @@ jobs:
Compress-Archive -Path (Join-Path $env:PUBLISH_DIR '*') -DestinationPath $archivePath -CompressionLevel Optimal Compress-Archive -Path (Join-Path $env:PUBLISH_DIR '*') -DestinationPath $archivePath -CompressionLevel Optimal
- name: Upload build artifact - name: Upload build artifact
uses: actions/upload-artifact@v6 uses: actions/upload-artifact@v7
with: with:
name: ${{ needs.init.outputs.artifact-name }} name: ${{ needs.init.outputs.artifact-name }}
path: ${{ env.RELEASE_DIR }}\${{ needs.init.outputs.archive-name }} path: ${{ env.RELEASE_DIR }}\${{ needs.init.outputs.archive-name }}