Skip to content

Commit

Permalink
Fixes the GH actions by resolving the deprecated API usage. (#5160)
Browse files Browse the repository at this point in the history
JerryScript-DCO-1.0-Signed-off-by: Laszlo Lango [email protected]
  • Loading branch information
LaszloLango authored Nov 7, 2024
1 parent 5f3428b commit bd0d391
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit bd0d391

Please sign in to comment.