From a2b9be46c04d83d3d4bde96a31256805700d1fcc Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti <13schishti@gmail.com> Date: Sun, 8 Feb 2026 09:11:51 +0000 Subject: [PATCH] Upgrade GitHub Actions for Node 24 compatibility Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com> --- .github/workflows/build-helper.yml | 6 +++--- .github/workflows/testdriver-build.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-helper.yml b/.github/workflows/build-helper.yml index 1d3d38764c..c9dfbaac72 100644 --- a/.github/workflows/build-helper.yml +++ b/.github/workflows/build-helper.yml @@ -167,13 +167,13 @@ jobs: AWS_SECRET_ACCESS_KEY: "${{ secrets.ARTIFACTS_KEY_SECRET }}" AWS_DEFAULT_REGION: us-west-2 - name: Upload artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ matrix.runner }} path: make - name: Upload Snapcraft logs on failure if: failure() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ matrix.runner }}-log path: /home/runner/.local/state/snapcraft/log @@ -185,7 +185,7 @@ jobs: if: ${{ github.event_name != 'workflow_dispatch' }} steps: - name: Download artifacts - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v7 with: path: make merge-multiple: true diff --git a/.github/workflows/testdriver-build.yml b/.github/workflows/testdriver-build.yml index c355b6cbe1..369ee05d13 100644 --- a/.github/workflows/testdriver-build.yml +++ b/.github/workflows/testdriver-build.yml @@ -77,7 +77,7 @@ jobs: # Upload .exe as an artifact - name: Upload .exe artifact id: upload - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: windows-exe path: make/*.exe