From bd0d391ee31177a8d725a51b890e383f3bd72444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Lang=C3=B3?= Date: Thu, 7 Nov 2024 10:07:57 +0100 Subject: [PATCH] Fixes the GH actions by resolving the deprecated API usage. (#5160) 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 85d5659f0..023d7e482 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