Skip to content

Commit

Permalink
Merge commit '73d519e675277db92a7f892b946496c83e38c6d2' into wasi-sup…
Browse files Browse the repository at this point in the history
…port-test
  • Loading branch information
langyo committed Aug 10, 2024
2 parents d42077a + 73d519e commit f06042e
Show file tree
Hide file tree
Showing 90 changed files with 1,395 additions and 915 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
echo "${{ github.event.number }}" > .PR_NUMBER
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: benchmark-core
path: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-ssr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
echo "${{ github.event.number }}" > .PR_NUMBER
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: benchmark-ssr
path: |
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
cache-dependency-path: js-framework-benchmark/package-lock.json

- uses: Swatinem/rust-cache@v2
- name: Setup chrome
uses: browser-actions/setup-chrome@v1
with:
install-chromedriver: true

- name: setup js-framework-benchmark
working-directory: js-framework-benchmark
Expand Down Expand Up @@ -120,7 +124,7 @@ jobs:
EVENT_INFO: ${{ toJSON(github.event) }}

- name: Upload result artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: results
path: artifacts/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-api-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
cp -r target/doc/* api-docs/dist/next
- name: Upload build artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: api-docs
path: api-docs/
Expand All @@ -59,7 +59,7 @@ jobs:
- if: github.event_name == 'pull_request'
name: Upload pr info
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pr-info
path: "${{ env.PR_INFO_FILE }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
npm run build
- name: Upload build artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: website
path: website/build/
Expand All @@ -61,7 +61,7 @@ jobs:
- if: github.event_name == 'pull_request'
name: Upload pr info
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pr-info
path: "${{ env.PR_INFO_FILE }}"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
fail-fast: false
matrix:
toolchain:
- 1.64.0
- 1.76.0
- stable

steps:
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
fail-fast: false
matrix:
toolchain:
- 1.64.0
- 1.76.0
- stable
- nightly

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/size-cmp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
ISSUE_NUMBER: ${{ github.event.number }}

- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: size-cmp-${{ matrix.target }}-info
path: ".SIZE_CMP_INFO"
Expand Down
Loading

0 comments on commit f06042e

Please sign in to comment.