File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 8
8
branches :
9
9
- master
10
10
11
- permissions :
11
+ permissions :
12
12
contents : read # to fetch code (actions/checkout)
13
-
13
+
14
14
jobs :
15
15
linux_build :
16
16
name : Linux grpc-tools Build
23
23
run : |
24
24
docker build -t kokoro-native-image tools/release/native
25
25
docker run -v /var/run/docker.sock:/var/run/docker.sock -v $GITHUB_WORKSPACE:$GITHUB_WORKSPACE kokoro-native-image $GITHUB_WORKSPACE/packages/grpc-tools/build_binaries.sh
26
- - uses : actions/upload-artifact@v2
26
+ - uses : actions/upload-artifact@v4
27
27
with :
28
28
name : grpc-tools_linux
29
29
path : artifacts/
36
36
submodules : recursive
37
37
- name : Build
38
38
run : packages/grpc-tools/build_binaries.sh
39
- - uses : actions/upload-artifact@v2
39
+ - uses : actions/upload-artifact@v4
40
40
with :
41
41
name : grpc-tools_macos
42
42
path : artifacts/
55
55
- name : Build
56
56
run : powershell -File ./packages/grpc-tools/build_binaries.ps1
57
57
shell : cmd
58
- - uses : actions/upload-artifact@v1
58
+ - uses : actions/upload-artifact@v4
59
59
with :
60
60
name : grpc-tools_windows_${{matrix.arch}}
61
61
path : artifacts/
@@ -64,12 +64,12 @@ jobs:
64
64
runs-on : ubuntu-latest
65
65
needs : [linux_build, macos_build, windows_build]
66
66
steps :
67
- - uses : actions/download-artifact@v2
67
+ - uses : actions/download-artifact@v4
68
68
- name : Copy
69
69
run : |
70
70
mkdir artifacts
71
71
cp -r ./**/* artifacts/
72
- - uses : actions/upload-artifact@v2
72
+ - uses : actions/upload-artifact@v4
73
73
with :
74
74
name : combined-artifacts
75
75
path : artifacts/
You can’t perform that action at this time.
0 commit comments