File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 name : Test
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616
17- - uses : actions/setup-go@v5
17+ - uses : actions/setup-go@v6
1818 with :
1919 go-version : ' 1.23'
2020
@@ -39,15 +39,15 @@ jobs:
3939 goarch : arm64
4040
4141 steps :
42- - uses : actions/checkout@v4
42+ - uses : actions/checkout@v6
4343
44- - uses : actions/setup-go@v5
44+ - uses : actions/setup-go@v6
4545 with :
4646 go-version : ' 1.23'
4747
48- - uses : actions/setup-node@v4
48+ - uses : actions/setup-node@v6
4949 with :
50- node-version : ' 20 '
50+ node-version : ' 22 '
5151 cache : ' npm'
5252 cache-dependency-path : web/package-lock.json
5353
6868 ./cmd/server
6969
7070 - name : Upload artifact
71- uses : actions/upload-artifact@v4
71+ uses : actions/upload-artifact@v7
7272 with :
7373 name : system-control-${{ matrix.goos }}-${{ matrix.goarch }}
7474 path : bin/system-control-${{ matrix.goos }}-${{ matrix.goarch }}
8383
8484 steps :
8585 - name : Download artifacts
86- uses : actions/download-artifact@v4
86+ uses : actions/download-artifact@v8
8787 with :
8888 path : artifacts
8989
You can’t perform that action at this time.
0 commit comments