File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
10
- - uses : actions/checkout@v3
10
+ - uses : actions/checkout@v4
11
11
12
- - uses : actions/upload-artifact@v3
12
+ - uses : actions/upload-artifact@v4
13
13
with :
14
14
name : away3d-haxelib
15
15
path : |
24
24
runs-on : ubuntu-latest
25
25
steps :
26
26
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v4
28
28
29
29
- uses : krdlab/setup-haxe@v1
30
30
with :
46
46
run : |
47
47
haxe docs.hxml
48
48
49
- - uses : actions/upload-artifact@v3
49
+ - uses : actions/upload-artifact@v4
50
50
with :
51
51
name : away3d-docs
52
52
path : docs
76
76
haxelib install openfl-samples --quiet
77
77
haxelib git away3d-samples https://github.com/openfl/away3d-samples --quiet
78
78
79
- - uses : actions/download-artifact@v3
79
+ - uses : actions/download-artifact@v4
80
80
with :
81
81
name : away3d-haxelib
82
82
path : away3d-haxelib
You can’t perform that action at this time.
0 commit comments