From 5e9ff4df1b629cceecc4f1e0aff62f76603354d4 Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti <13schishti@gmail.com> Date: Thu, 22 Jan 2026 23:16:13 +0000 Subject: [PATCH] Upgrade GitHub Actions for Node 24 compatibility Signed-off-by: Salman Muin Kayser Chishti <13schishti@gmail.com> --- .github/workflows/nebula-pr-functional-aurora-tests.yml | 2 +- .github/workflows/nebula-pr-functional-crdb-tests.yml | 2 +- .github/workflows/nebula-pr-functional-tests.yml | 2 +- .github/workflows/nebula-pull-request.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/nebula-pr-functional-aurora-tests.yml b/.github/workflows/nebula-pr-functional-aurora-tests.yml index 5b17156db..85e5e3a3d 100644 --- a/.github/workflows/nebula-pr-functional-aurora-tests.yml +++ b/.github/workflows/nebula-pr-functional-aurora-tests.yml @@ -47,7 +47,7 @@ jobs: # Add a step to upload the test report - name: Upload Test Report if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: test-report path: | diff --git a/.github/workflows/nebula-pr-functional-crdb-tests.yml b/.github/workflows/nebula-pr-functional-crdb-tests.yml index 836444242..948c5d11b 100644 --- a/.github/workflows/nebula-pr-functional-crdb-tests.yml +++ b/.github/workflows/nebula-pr-functional-crdb-tests.yml @@ -47,7 +47,7 @@ jobs: # Add a step to upload the test report - name: Upload Test Report if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: test-report-crdb path: | diff --git a/.github/workflows/nebula-pr-functional-tests.yml b/.github/workflows/nebula-pr-functional-tests.yml index 8b0f7918b..7fb21c892 100644 --- a/.github/workflows/nebula-pr-functional-tests.yml +++ b/.github/workflows/nebula-pr-functional-tests.yml @@ -46,7 +46,7 @@ jobs: # Add a step to upload the test report using version v4 - name: Upload Test Report if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: test-report-functional path: | diff --git a/.github/workflows/nebula-pull-request.yml b/.github/workflows/nebula-pull-request.yml index e44ac23d1..e49678462 100644 --- a/.github/workflows/nebula-pull-request.yml +++ b/.github/workflows/nebula-pull-request.yml @@ -46,7 +46,7 @@ jobs: # Add a step to upload the test report - name: Upload Test Report if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: test-report path: |