File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 : actuate-haxelib
1515 path : |
2929 runs-on : ubuntu-latest
3030 steps :
3131
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v6
3333
34- - uses : krdlab/setup-haxe@v1
34+ - uses : krdlab/setup-haxe@v2
3535 with :
3636 haxe-version : 4.0.5
3737
4949 run : |
5050 haxe docs.hxml
5151
52- - uses : actions/upload-artifact@v4
52+ - uses : actions/upload-artifact@v6
5353 with :
5454 name : actuate-docs
5555 path : docs
5959 runs-on : ubuntu-latest
6060
6161 steps :
62- - uses : actions/checkout@v4
62+ - uses : actions/checkout@v6
6363
64- - uses : actions/setup-node@v4
64+ - uses : actions/setup-node@v6
6565 with :
6666 node-version : 16.x
6767
7777 run : |
7878 npm pack
7979
80- - uses : actions/upload-artifact@v4
80+ - uses : actions/upload-artifact@v6
8181 with :
8282 name : actuate-npm
8383 path : actuate-*.tgz
You can’t perform that action at this time.
0 commit comments