Skip to content

Commit ef5ff0c

Browse files
elliotttJakeChampion
authored andcommitted
Bump some github actions to v3
1 parent e2d6444 commit ef5ff0c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
path: c-dependencies
3232

3333
- name: Cache SpiderMonkey object files
34-
uses: actions/cache@v2
34+
uses: actions/cache@v3
3535
id: sm-cache
3636
with:
3737
path: |
@@ -85,7 +85,7 @@ jobs:
8585
run: npm run build
8686
if: matrix.profile == 'release'
8787

88-
- uses: actions/upload-artifact@v1
88+
- uses: actions/upload-artifact@v3
8989
with:
9090
name: engine-${{ matrix.profile }}
9191
path: js-compute-runtime.wasm
@@ -231,7 +231,7 @@ jobs:
231231
runs-on: ubuntu-latest
232232
steps:
233233
- uses: actions/checkout@v3
234-
- uses: actions/cache@v3.0.2
234+
- uses: actions/cache@v3
235235
id: cache-shellcheck
236236
with:
237237
path: ${{ runner.tool_cache }}/shellcheck

0 commit comments

Comments
 (0)