From 0ede7c70a91c3c95f341fa094f20a9f3a1fea607 Mon Sep 17 00:00:00 2001 From: ParantezTech Date: Mon, 16 Mar 2026 21:18:58 +0300 Subject: [PATCH] [ci] update actions Node 20 deprecation --- .github/workflows/workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 0c29b3e..b61ada7 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@v4 + uses: actions/upload-artifact@v6 with: name: ${{ needs.init.outputs.artifact-name }} path: ${{ env.RELEASE_DIR }}\${{ needs.init.outputs.archive-name }} @@ -126,7 +126,7 @@ jobs: contents: write steps: - name: Download build artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: ${{ needs.init.outputs.artifact-name }} path: release