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
This commit is contained in:
@@ -95,7 +95,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '>=3.6'
|
python-version: '>=3.6'
|
||||||
- run: $RUNNER --test262 update
|
- run: $RUNNER --test262 update
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v4
|
||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
with:
|
with:
|
||||||
name: Test262-ESNext-results
|
name: Test262-ESNext-results
|
||||||
@@ -110,7 +110,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '>=3.6'
|
python-version: '>=3.6'
|
||||||
- run: $RUNNER --test262 update --build-debug --test262-test-list=built-ins,annexB,harness,intl402
|
- 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()
|
if: success() || failure()
|
||||||
with:
|
with:
|
||||||
name: Test262-ESNext-Debug-A-results
|
name: Test262-ESNext-Debug-A-results
|
||||||
@@ -125,7 +125,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
python-version: '>=3.6'
|
python-version: '>=3.6'
|
||||||
- run: $RUNNER --test262 update --build-debug --test262-test-list=language
|
- run: $RUNNER --test262 update --build-debug --test262-test-list=language
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v4
|
||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
with:
|
with:
|
||||||
name: Test262-ESNext-Debug-B-results
|
name: Test262-ESNext-Debug-B-results
|
||||||
|
|||||||
Reference in New Issue
Block a user