File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 runs-on : macos-latest
99 steps :
1010 - name : Checkout last commit
11- uses : actions/checkout@v4
11+ uses : actions/checkout@v6
1212 with :
1313 submodules : true
1414
3232 run : periphery scan --relative-results --skip-build --index-store-path build/Index.noindex/DataStore
3333
3434 - name : Upload Squirrel artifact
35- uses : actions/upload-artifact@v4
35+ uses : actions/upload-artifact@v6
3636 with :
3737 name : Squirrel-${{ env.git_ref_name }}.zip
3838 path : package/*.pkg
Original file line number Diff line number Diff line change 55 runs-on : macos-latest
66 steps :
77 - name : Checkout last commit
8- uses : actions/checkout@v4
8+ uses : actions/checkout@v6
99 with :
1010 submodules : true
1111
2929 run : periphery scan --relative-results --skip-build --index-store-path build/Index.noindex/DataStore
3030
3131 - name : Upload Squirrel artifact
32- uses : actions/upload-artifact@v4
32+ uses : actions/upload-artifact@v6
3333 with :
3434 name : Squirrel-${{ env.git_ref_name }}.zip
3535 path : package/*.pkg
Original file line number Diff line number Diff line change 1414 SQUIRREL_BUNDLED_RECIPES : ' lotem/rime-octagram-data lotem/rime-octagram-data@hant'
1515 steps :
1616 - name : Checkout last commit
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818 with :
1919 fetch-depth : 0
2020 submodules : true
You can’t perform that action at this time.
0 commit comments