File tree Expand file tree Collapse file tree 5 files changed +13
-32
lines changed Expand file tree Collapse file tree 5 files changed +13
-32
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
2222 steps :
2323
2424 - name : Checkout
25- uses : actions/checkout@v2
25+ uses : actions/checkout@v4
2626
2727 - name : Download binary
28- uses : actions/download-artifact@v3
28+ uses : actions/download-artifact@v4
2929 with :
3030 name : egpu-switcher-amd64
3131 path : ./download
@@ -37,13 +37,13 @@ jobs:
3737 run : ./.ci/generate-pkgbuild.sh ${{ inputs.version }} ${{ env.SHA256 }}
3838
3939 - name : Upload egpu-switcher PKGBUILD
40- uses : actions/upload-artifact@v3
40+ uses : actions/upload-artifact@v4
4141 with :
4242 name : egpu-switcher-PKGBUILD
4343 path : ./.pkgbuild/egpu-switcher/*
4444
4545 - name : Upload egpu-switcher-bin PKGBUILD
46- uses : actions/upload-artifact@v3
46+ uses : actions/upload-artifact@v4
4747 with :
4848 name : egpu-switcher-bin-PKGBUILD
4949 path : ./.pkgbuild/egpu-switcher-bin/*
Original file line number Diff line number Diff line change 1515 steps :
1616
1717 - name : Checkout
18- uses : actions/checkout@v2
18+ uses : actions/checkout@v4
1919
20- - uses : actions/download-artifact@v3
20+ - uses : actions/download-artifact@v4
2121 with :
2222 name : ${{ inputs.binary }}
2323 path : ./download
Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ jobs:
2525 steps :
2626
2727 - name : Checkout
28- uses : actions/checkout@v2
28+ uses : actions/checkout@v4
2929 with :
3030 # without that 'git describe --tags' may result
3131 # in 'fatal: No names found, cannot describe anything.'
3232 # see https://stackoverflow.com/a/71721059/2726733
3333 fetch-depth : 0
3434
3535 - name : Setup go
36- uses : actions/setup-go@v3
36+ uses : actions/setup-go@v5
3737 with :
3838 go-version : ${{ inputs.go-version }}
3939 cache : true
4545 run : sha256sum ./bin/${{ env.BINARY_NAME }} > ./bin/sha256sum.txt || exit $?
4646
4747 - name : Upload binary
48- uses : actions/upload-artifact@v3
48+ uses : actions/upload-artifact@v4
4949 with :
5050 name : ${{ env.BINARY_NAME }}
5151 path : ./bin/*
Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 steps :
1616
1717 - name : Checkout
18- uses : actions/checkout@v2
18+ uses : actions/checkout@v4
1919
2020 - name : Setup go
21- uses : actions/setup-go@v3
21+ uses : actions/setup-go@v5
2222 with :
2323 go-version : ${{ inputs.go-version }}
2424 cache : true
@@ -32,10 +32,10 @@ jobs:
3232 steps :
3333
3434 - name : Checkout
35- uses : actions/checkout@v2
35+ uses : actions/checkout@v4
3636
3737 - name : Setup go
38- uses : actions/setup-go@v3
38+ uses : actions/setup-go@v5
3939 with :
4040 go-version : ${{ inputs.go-version }}
4141 cache : true
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments