File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v6
1111
12- - uses : actions/upload-artifact@v4
12+ - uses : actions/upload-artifact@v6
1313 with :
1414 name : box2d-haxelib
1515 path : |
2424 runs-on : ubuntu-latest
2525 steps :
2626
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v6
2828
29- - uses : krdlab/setup-haxe@v1
29+ - uses : krdlab/setup-haxe@v2
3030 with :
3131 haxe-version : 4.3.6
3232
4646 run : |
4747 haxe docs.hxml
4848
49- - uses : actions/upload-artifact@v4
49+ - uses : actions/upload-artifact@v6
5050 with :
5151 name : box2d-docs
5252 path : docs
6060 haxe-version : [4.0.5, 4.1.5, 4.2.5, 4.3.6]
6161 steps :
6262
63- - uses : actions/checkout@v4
63+ - uses : actions/checkout@v6
6464
65- - uses : krdlab/setup-haxe@v1
65+ - uses : krdlab/setup-haxe@v2
6666 with :
6767 haxe-version : ${{ matrix.haxe-version }}
6868
You can’t perform that action at this time.
0 commit comments