File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed
Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ jobs:
2525 runs-on : ${{ matrix.os }}
2626 steps :
2727 - name : Checkout code
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929 with :
3030 ref : ${{ github.ref }}
3131 fetch-depth : 0
3232
3333 - name : Cache build output
3434 if : ${{ !inputs.skip_cache }}
3535 id : cache-build
36- uses : actions/cache@v4
36+ uses : actions/cache@v5
3737 with :
3838 path : ./dist
3939 key : build-${{ matrix.os }}-go1.24.0-${{ hashFiles('**/*.go', 'go.sum', 'go.mod') }}
6767 run : ./scripts/build.ps1 | % { "binary_path=$_" } >> $env:GITHUB_OUTPUT
6868
6969 - name : Upload binary
70- uses : actions/upload-artifact@v4
70+ uses : actions/upload-artifact@v6
7171 with :
7272 name : ${{ matrix.os }}
7373 path : ${{ steps.build.outputs.binary_path || './dist/*' }}
Original file line number Diff line number Diff line change 1919 runs-on : ${{ matrix.os }}
2020 steps :
2121 - name : Checkout code
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323
2424 - name : Setup go
2525 uses : actions/setup-go@v5
Original file line number Diff line number Diff line change 1919 runs-on : ${{ matrix.os }}
2020 steps :
2121 - name : Checkout code
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323
2424 - name : Setup Go
2525 uses : actions/setup-go@v5
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout code
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414 with :
1515 ref : ${{ github.ref }}
1616 fetch-depth : 0
6060 contents : write
6161 steps :
6262 - name : Checkout code
63- uses : actions/checkout@v4
63+ uses : actions/checkout@v5
6464 with :
6565 ref : ${{ github.ref }}
6666 fetch-depth : 0
Original file line number Diff line number Diff line change 6161 }
6262
6363 - name : Upload signed assets
64- uses : actions/upload-artifact@v4
64+ uses : actions/upload-artifact@v6
6565 with :
6666 name : ${{ matrix.os }}-signed
6767 path : ./signed
Original file line number Diff line number Diff line change 1919 runs-on : ${{ matrix.os }}
2020 steps :
2121 - name : Checkout code
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323
2424 - name : Setup go
2525 uses : actions/setup-go@v5
You can’t perform that action at this time.
0 commit comments