File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 - name : zip binary
1515 shell : bash
1616 run : cd .github/app/ && zip -r app.zip Neothesia.app && cd ../..
17- - uses : actions/upload-artifact@v4
17+ - uses : actions/upload-artifact@v6
1818 with :
1919 name : macos-artifact
2020 path : .github/app/app.zip
Original file line number Diff line number Diff line change 1717 - name : zip binary
1818 shell : bash
1919 run : zip -rj app.zip target/release/neothesia-cli
20- - uses : actions/upload-artifact@v4
20+ - uses : actions/upload-artifact@v6
2121 with :
2222 name : ubuntu-recorder-artifact
2323 path : app.zip
Original file line number Diff line number Diff line change 1717 - name : zip binary
1818 shell : bash
1919 run : zip -rj app.zip target/release/neothesia
20- - uses : actions/upload-artifact@v4
20+ - uses : actions/upload-artifact@v6
2121 with :
2222 name : ubuntu-artifact
2323 path : app.zip
Original file line number Diff line number Diff line change 2626 - name : Build Ubuntu Release
2727 shell : bash
2828 run : cargo build --release -p neothesia-cli
29- - uses : actions/upload-artifact@v4
29+ - uses : actions/upload-artifact@v6
3030 with :
3131 name : windows-recorder-artifact
3232 path : target/release/neothesia-cli.exe
Original file line number Diff line number Diff line change 88 - name : Build Windows Release
99 shell : bash
1010 run : cargo build --release
11- - uses : actions/upload-artifact@v4
11+ - uses : actions/upload-artifact@v6
1212 with :
1313 name : windows-artifact
1414 path : target/release/neothesia.exe
Original file line number Diff line number Diff line change 1010 build_ubuntu :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v6
1414 - id : Build
1515 uses : ./.github/actions/ubuntu
1616 - name : ls
1919 build_ubuntu_recorder :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v6
2323 - id : Build
2424 uses : ./.github/actions/ubuntu-recorder
2525 - name : ls
2828 build_windows :
2929 runs-on : windows-latest
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v6
3232 - id : Build
3333 uses : ./.github/actions/windows
3434 - name : ls
4141 FFMPEG_DOWNLOAD_URL : https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-full-shared.7z
4242
4343 steps :
44- - uses : actions/checkout@v4
44+ - uses : actions/checkout@v6
4545 - id : Build
4646 uses : ./.github/actions/windows-recorder
4747 - name : ls
5454 MACOSX_DEPLOYMENT_TARGET : 10.12
5555
5656 steps :
57- - uses : actions/checkout@v4
57+ - uses : actions/checkout@v6
5858 - id : Build
5959 uses : ./.github/actions/macos
6060 - name : ls
Original file line number Diff line number Diff line change @@ -20,19 +20,19 @@ jobs:
2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v6
2424 with :
2525 fetch-depth : 0
2626
2727 - name : Setup Node
28- uses : actions/setup-node@v4
28+ uses : actions/setup-node@v6
2929 with :
3030 node-version : 18
3131 cache : npm
3232 cache-dependency-path : ./docs/package.json
3333
3434 - name : Setup Pages
35- uses : actions/configure-pages@v4
35+ uses : actions/configure-pages@v6
3636
3737 - name : Install dependencies
3838 working-directory : ./docs
4343 run : npm run build
4444
4545 - name : Upload artifact
46- uses : actions/upload-pages-artifact@v3
46+ uses : actions/upload-pages-artifact@v4
4747 with :
4848 path : docs/.vitepress/dist
4949
5656 steps :
5757 - name : Deploy to GitHub Pages
5858 id : deployment
59- uses : actions/deploy-pages@v4
59+ uses : actions/deploy-pages@v5
Original file line number Diff line number Diff line change 99 build_ubuntu :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v6
1313 - id : Build
1414 uses : ./.github/actions/ubuntu
1515 - name : ls
2424 build_ubuntu_recorder :
2525 runs-on : ubuntu-latest
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v6
2828 - id : Build
2929 uses : ./.github/actions/ubuntu-recorder
3030 - name : ls
4040 build_windows :
4141 runs-on : windows-latest
4242 steps :
43- - uses : actions/checkout@v4
43+ - uses : actions/checkout@v6
4444 - id : Build
4545 uses : ./.github/actions/windows
4646 - name : ls
5959 FFMPEG_DOWNLOAD_URL : https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-full-shared.7z
6060
6161 steps :
62- - uses : actions/checkout@v4
62+ - uses : actions/checkout@v6
6363 - id : Build
6464 uses : ./.github/actions/windows-recorder
6565 - name : ls
7878 MACOSX_DEPLOYMENT_TARGET : 10.12
7979
8080 steps :
81- - uses : actions/checkout@v4
81+ - uses : actions/checkout@v6
8282 - id : Build
8383 uses : ./.github/actions/macos
8484 - name : ls
You can’t perform that action at this time.
0 commit comments