From 8f108ca01db8c98caae6eca0bed0e3e6c6a3de8f Mon Sep 17 00:00:00 2001 From: ParantezTech Date: Thu, 19 Mar 2026 13:33:19 +0300 Subject: [PATCH] Upgrade GitHub Actions to Node 24 --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index b61ada7..232287c 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -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 }}