File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 46
46
47
47
- run : npm run build
48
48
49
- - uses : actions/upload-artifact@v3
49
+ - uses : actions/upload-artifact@v4
50
50
with :
51
51
name : js
52
52
path : |
85
85
# cpu: darwin_x86_64
86
86
87
87
steps :
88
- - uses : actions/checkout@v3
88
+ - uses : actions/checkout@v4
89
89
90
- - uses : actions/download-artifact@v3
90
+ - uses : actions/download-artifact@v4
91
91
if : ${{ !env.ACT }}
92
92
with :
93
93
name : js
@@ -106,7 +106,7 @@ jobs:
106
106
# need to copy to output directory as `bazel-bin` is a symlink and cannot be read by the actions/upload-artifact action
107
107
- run : cp bazel-bin/protobuf-javascript-* out/
108
108
109
- - uses : actions/upload-artifact@v3
109
+ - uses : actions/upload-artifact@v4
110
110
with :
111
111
name : releases
112
112
path : out
@@ -120,7 +120,7 @@ jobs:
120
120
contents : write
121
121
122
122
steps :
123
- - uses : actions/download-artifact@v3
123
+ - uses : actions/download-artifact@v4
124
124
with :
125
125
name : releases
126
126
You can’t perform that action at this time.
0 commit comments