From 7b15398d0e0c9768647ce1b863c1da18dc523881 Mon Sep 17 00:00:00 2001 From: Laszlo Lango Date: Wed, 6 Nov 2024 16:23:47 +0100 Subject: [PATCH] Fixes the GH actions by resolving the deprecated API usage. JerryScript-DCO-1.0-Signed-off-by: Laszlo Lango laszlo.lango@h-lab.eu --- .github/workflows/gh-actions.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/gh-actions.yml b/.github/workflows/gh-actions.yml index 85d5659f04..023d7e4822 100644 --- a/.github/workflows/gh-actions.yml +++ b/.github/workflows/gh-actions.yml @@ -95,7 +95,7 @@ jobs: with: python-version: '>=3.6' - run: $RUNNER --test262 update - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 if: success() || failure() with: name: Test262-ESNext-results @@ -110,7 +110,7 @@ jobs: with: python-version: '>=3.6' - run: $RUNNER --test262 update --build-debug --test262-test-list=built-ins,annexB,harness,intl402 - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 if: success() || failure() with: name: Test262-ESNext-Debug-A-results @@ -125,7 +125,7 @@ jobs: with: python-version: '>=3.6' - run: $RUNNER --test262 update --build-debug --test262-test-list=language - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@v4 if: success() || failure() with: name: Test262-ESNext-Debug-B-results