Merge pull request #1829 from salmanmkc/upgrade-github-actions-node24

Upgrade GitHub Actions for Node 24 compatibility
This commit is contained in:
Pierre Tachoire
2026-03-16 12:19:22 +01:00
committed by GitHub
6 changed files with 30 additions and 30 deletions

View File

@@ -46,7 +46,7 @@ runs:
- name: Cache v8 - name: Cache v8
id: cache-v8 id: cache-v8
uses: actions/cache@v4 uses: actions/cache@v5
env: env:
cache-name: cache-v8 cache-name: cache-v8
with: with:

View File

@@ -72,7 +72,7 @@ jobs:
timeout-minutes: 20 timeout-minutes: 20
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
with: with:
fetch-depth: 0 fetch-depth: 0
# fetch submodules recusively, to get zig-js-runtime submodules also. # fetch submodules recusively, to get zig-js-runtime submodules also.
@@ -116,7 +116,7 @@ jobs:
timeout-minutes: 20 timeout-minutes: 20
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
with: with:
fetch-depth: 0 fetch-depth: 0
# fetch submodules recusively, to get zig-js-runtime submodules also. # fetch submodules recusively, to get zig-js-runtime submodules also.
@@ -158,7 +158,7 @@ jobs:
timeout-minutes: 20 timeout-minutes: 20
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
with: with:
fetch-depth: 0 fetch-depth: 0
# fetch submodules recusively, to get zig-js-runtime submodules also. # fetch submodules recusively, to get zig-js-runtime submodules also.

View File

@@ -20,7 +20,7 @@ jobs:
if: github.event.pull_request.draft == false if: github.event.pull_request.draft == false
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
with: with:
fetch-depth: 0 fetch-depth: 0
# fetch submodules recusively, to get zig-js-runtime submodules also. # fetch submodules recusively, to get zig-js-runtime submodules also.
@@ -32,7 +32,7 @@ jobs:
run: zig build -Dprebuilt_v8_path=v8/libc_v8.a -Doptimize=ReleaseFast -Dcpu=x86_64 -Dgit_commit=$(git rev-parse --short ${{ github.sha }}) run: zig build -Dprebuilt_v8_path=v8/libc_v8.a -Doptimize=ReleaseFast -Dcpu=x86_64 -Dgit_commit=$(git rev-parse --short ${{ github.sha }})
- name: upload artifact - name: upload artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v7
with: with:
name: lightpanda-build-release name: lightpanda-build-release
path: | path: |
@@ -47,7 +47,7 @@ jobs:
timeout-minutes: 15 timeout-minutes: 15
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
with: with:
repository: 'lightpanda-io/demo' repository: 'lightpanda-io/demo'
fetch-depth: 0 fetch-depth: 0
@@ -55,7 +55,7 @@ jobs:
- run: npm install - run: npm install
- name: download artifact - name: download artifact
uses: actions/download-artifact@v4 uses: actions/download-artifact@v8
with: with:
name: lightpanda-build-release name: lightpanda-build-release

View File

@@ -61,7 +61,7 @@ jobs:
run: zig build -Dprebuilt_v8_path=v8/libc_v8.a -Doptimize=ReleaseFast -Dcpu=x86_64 -Dgit_commit=$(git rev-parse --short ${{ github.sha }}) run: zig build -Dprebuilt_v8_path=v8/libc_v8.a -Doptimize=ReleaseFast -Dcpu=x86_64 -Dgit_commit=$(git rev-parse --short ${{ github.sha }})
- name: upload artifact - name: upload artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v7
with: with:
name: lightpanda-build-release name: lightpanda-build-release
path: | path: |
@@ -76,7 +76,7 @@ jobs:
timeout-minutes: 15 timeout-minutes: 15
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
with: with:
repository: 'lightpanda-io/demo' repository: 'lightpanda-io/demo'
fetch-depth: 0 fetch-depth: 0
@@ -84,7 +84,7 @@ jobs:
- run: npm install - run: npm install
- name: download artifact - name: download artifact
uses: actions/download-artifact@v4 uses: actions/download-artifact@v8
with: with:
name: lightpanda-build-release name: lightpanda-build-release
@@ -126,7 +126,7 @@ jobs:
timeout-minutes: 15 timeout-minutes: 15
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
with: with:
repository: 'lightpanda-io/demo' repository: 'lightpanda-io/demo'
fetch-depth: 0 fetch-depth: 0
@@ -134,7 +134,7 @@ jobs:
- run: npm install - run: npm install
- name: download artifact - name: download artifact
uses: actions/download-artifact@v4 uses: actions/download-artifact@v8
with: with:
name: lightpanda-build-release name: lightpanda-build-release
@@ -189,13 +189,13 @@ jobs:
timeout-minutes: 5 timeout-minutes: 5
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
with: with:
repository: 'lightpanda-io/demo' repository: 'lightpanda-io/demo'
fetch-depth: 0 fetch-depth: 0
- name: download artifact - name: download artifact
uses: actions/download-artifact@v4 uses: actions/download-artifact@v8
with: with:
name: lightpanda-build-release name: lightpanda-build-release
@@ -242,7 +242,7 @@ jobs:
timeout-minutes: 15 timeout-minutes: 15
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
with: with:
repository: 'lightpanda-io/demo' repository: 'lightpanda-io/demo'
fetch-depth: 0 fetch-depth: 0
@@ -250,7 +250,7 @@ jobs:
- run: npm install - run: npm install
- name: download artifact - name: download artifact
uses: actions/download-artifact@v4 uses: actions/download-artifact@v8
with: with:
name: lightpanda-build-release name: lightpanda-build-release
@@ -336,7 +336,7 @@ jobs:
echo "${{github.sha}}" > commit.txt echo "${{github.sha}}" > commit.txt
- name: upload artifact - name: upload artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v7
with: with:
name: bench-results name: bench-results
path: | path: |
@@ -364,7 +364,7 @@ jobs:
steps: steps:
- name: download artifact - name: download artifact
uses: actions/download-artifact@v4 uses: actions/download-artifact@v8
with: with:
name: bench-results name: bench-results
@@ -382,7 +382,7 @@ jobs:
steps: steps:
- name: download artifact - name: download artifact
uses: actions/download-artifact@v4 uses: actions/download-artifact@v8
with: with:
name: lightpanda-build-release name: lightpanda-build-release

View File

@@ -35,7 +35,7 @@ jobs:
run: zig build -Dprebuilt_v8_path=v8/libc_v8.a -Doptimize=ReleaseFast -Dcpu=x86_64 -Dgit_commit=$(git rev-parse --short ${{ github.sha }}) run: zig build -Dprebuilt_v8_path=v8/libc_v8.a -Doptimize=ReleaseFast -Dcpu=x86_64 -Dgit_commit=$(git rev-parse --short ${{ github.sha }})
- name: upload artifact - name: upload artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v7
with: with:
name: lightpanda-build-release name: lightpanda-build-release
path: | path: |
@@ -59,7 +59,7 @@ jobs:
CGO_ENABLED=0 go build CGO_ENABLED=0 go build
- name: upload artifact - name: upload artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v7
with: with:
name: wptrunner name: wptrunner
path: | path: |
@@ -91,14 +91,14 @@ jobs:
run: ./wpt manifest run: ./wpt manifest
- name: download lightpanda release - name: download lightpanda release
uses: actions/download-artifact@v4 uses: actions/download-artifact@v8
with: with:
name: lightpanda-build-release name: lightpanda-build-release
- run: chmod a+x ./lightpanda - run: chmod a+x ./lightpanda
- name: download wptrunner - name: download wptrunner
uses: actions/download-artifact@v4 uses: actions/download-artifact@v8
with: with:
name: wptrunner name: wptrunner
@@ -116,7 +116,7 @@ jobs:
echo "${{github.sha}}" > commit.txt echo "${{github.sha}}" > commit.txt
- name: upload artifact - name: upload artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v7
with: with:
name: wpt-results name: wpt-results
path: | path: |
@@ -139,7 +139,7 @@ jobs:
steps: steps:
- name: download artifact - name: download artifact
uses: actions/download-artifact@v4 uses: actions/download-artifact@v8
with: with:
name: wpt-results name: wpt-results

View File

@@ -44,7 +44,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
with: with:
fetch-depth: 0 fetch-depth: 0
# fetch submodules recusively, to get zig-js-runtime submodules also. # fetch submodules recusively, to get zig-js-runtime submodules also.
@@ -67,7 +67,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
with: with:
fetch-depth: 0 fetch-depth: 0
# fetch submodules recusively, to get zig-js-runtime submodules also. # fetch submodules recusively, to get zig-js-runtime submodules also.
@@ -83,7 +83,7 @@ jobs:
echo "${{github.sha}}" > commit.txt echo "${{github.sha}}" > commit.txt
- name: upload artifact - name: upload artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v7
with: with:
name: bench-results name: bench-results
path: | path: |
@@ -109,7 +109,7 @@ jobs:
steps: steps:
- name: download artifact - name: download artifact
uses: actions/download-artifact@v4 uses: actions/download-artifact@v8
with: with:
name: bench-results name: bench-results