This repository was archived by the owner on Aug 30, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 40
40
run : make -j build/linux build/windows
41
41
42
42
- name : Upload
43
- uses : actions/upload-artifact@v2
43
+ uses : actions/upload-artifact@v3
44
44
with :
45
45
name : coder-cli
46
46
path : ./ci/bin/coder-cli-*
75
75
AC_PASSWORD : ${{ secrets.AC_PASSWORD }}
76
76
77
77
- name : Upload
78
- uses : actions/upload-artifact@v2
78
+ uses : actions/upload-artifact@v3
79
79
with :
80
80
name : coder-cli
81
81
path : ./ci/bin/coder-cli-*
Original file line number Diff line number Diff line change @@ -34,13 +34,13 @@ jobs:
34
34
run : make -j build/linux build/windows
35
35
36
36
- name : Upload linux
37
- uses : actions/upload-artifact@v2
37
+ uses : actions/upload-artifact@v3
38
38
with :
39
39
name : coder-cli-linux-amd64
40
40
path : ./ci/bin/coder-cli-linux-amd64.tar.gz
41
41
42
42
- name : Upload windows
43
- uses : actions/upload-artifact@v2
43
+ uses : actions/upload-artifact@v3
44
44
with :
45
45
name : coder-cli-windows
46
46
path : ./ci/bin/coder-cli-windows.zip
76
76
AC_PASSWORD : ${{ secrets.AC_PASSWORD }}
77
77
78
78
- name : Upload darwin
79
- uses : actions/upload-artifact@v2
79
+ uses : actions/upload-artifact@v3
80
80
with :
81
81
name : coder-cli-darwin-amd64
82
82
path : ./ci/bin/coder-cli-darwin-amd64.zip
You can’t perform that action at this time.
0 commit comments