We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d6444 commit ef5ff0cCopy full SHA for ef5ff0c
.github/workflows/main.yml
@@ -31,7 +31,7 @@ jobs:
31
path: c-dependencies
32
33
- name: Cache SpiderMonkey object files
34
- uses: actions/cache@v2
+ uses: actions/cache@v3
35
id: sm-cache
36
with:
37
path: |
@@ -85,7 +85,7 @@ jobs:
85
run: npm run build
86
if: matrix.profile == 'release'
87
88
- - uses: actions/upload-artifact@v1
+ - uses: actions/upload-artifact@v3
89
90
name: engine-${{ matrix.profile }}
91
path: js-compute-runtime.wasm
@@ -231,7 +231,7 @@ jobs:
231
runs-on: ubuntu-latest
232
steps:
233
- uses: actions/checkout@v3
234
- - uses: actions/cache@v3.0.2
+ - uses: actions/cache@v3
235
id: cache-shellcheck
236
237
path: ${{ runner.tool_cache }}/shellcheck
0 commit comments