File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ jobs:
11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- name : Cancel previous runs
14
- uses : styfle/cancel-workflow-action@0.11.0
14
+ uses : styfle/cancel-workflow-action@0.12.1
15
15
with :
16
16
access_token : ${{ github.token }}
17
17
all_but_latest : true
18
18
19
19
- name : Checkout Base Repo
20
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
21
21
22
22
- name : Prepare Submodules
23
23
run : |
38
38
find . -exec touch -d 1971-01-01T00:00:00 '{}' +
39
39
40
40
- name : Retrieve Cached Built Dependencies
41
- uses : actions/cache@v3
41
+ uses : actions/cache@v4
42
42
id : cache
43
43
with :
44
44
key : ${{ steps.cache_config.outputs.key }}
66
66
docker run --rm --env LC_ALL=C.UTF-8 -v "${PWD}":/code -v "/tmp/emcc_lto:/emsdk/upstream/emscripten/cache/sysroot/lib/wasm32-emscripten/lto" libass/jso:latest
67
67
68
68
- name : Upload Nightly Build
69
- uses : actions/upload-artifact@v3
69
+ uses : actions/upload-artifact@v4
70
70
if : (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/master'
71
71
with :
72
72
name : js
@@ -79,15 +79,15 @@ jobs:
79
79
runs-on : ubuntu-latest
80
80
steps :
81
81
- name : Checkout
82
- uses : actions/checkout@v3
82
+ uses : actions/checkout@v4
83
83
with :
84
84
ref : gh-pages
85
85
86
86
- name : Remove old assets
87
87
run : rm -fr assets/js
88
88
89
89
- name : Download nightly build
90
- uses : actions/download-artifact@v3
90
+ uses : actions/download-artifact@v4
91
91
with :
92
92
name : js
93
93
path : assets/js
You can’t perform that action at this time.
0 commit comments