Meta: Update actions/libjs-test262 action to newer version
This should get rid of the non node 16 and outdated command warnings.
This commit is contained in:
parent
7f20e7324c
commit
617d29d2fb
Notes:
sideshowbarker
2024-07-17 08:36:27 +09:00
Author: https://github.com/davidot Commit: https://github.com/SerenityOS/serenity/commit/617d29d2fb Pull-request: https://github.com/SerenityOS/serenity/pull/16193
1 changed files with 2 additions and 2 deletions
4
.github/workflows/libjs-test262.yml
vendored
4
.github/workflows/libjs-test262.yml
vendored
|
@ -151,7 +151,7 @@ jobs:
|
|||
mv wasm-new-results.json ../../libjs-website/wasm/data/results.json
|
||||
|
||||
- name: Deploy to GitHub pages
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||
uses: JamesIves/github-pages-deploy-action@v4.4.1
|
||||
with:
|
||||
git-config-name: BuggieBot
|
||||
git-config-email: buggiebot@serenityos.org
|
||||
|
@ -182,7 +182,7 @@ jobs:
|
|||
cpack -D CPACK_INSTALL_CMAKE_PROJECTS="$(pwd)/_deps/lagom-build;js;js;/"
|
||||
|
||||
- name: Upload js package
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3.1.1
|
||||
with:
|
||||
name: serenity-js
|
||||
path: libjs-test262/Build/serenity-js.tar.gz
|
||||
|
|
Loading…
Add table
Reference in a new issue