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 4646
4747 - run : npm run build
4848
49- - uses : actions/upload-artifact@v3
49+ - uses : actions/upload-artifact@v4
5050 with :
5151 name : js
5252 path : |
8585# cpu: darwin_x86_64
8686
8787 steps :
88- - uses : actions/checkout@v3
88+ - uses : actions/checkout@v4
8989
90- - uses : actions/download-artifact@v3
90+ - uses : actions/download-artifact@v4
9191 if : ${{ !env.ACT }}
9292 with :
9393 name : js
@@ -106,7 +106,7 @@ jobs:
106106 # need to copy to output directory as `bazel-bin` is a symlink and cannot be read by the actions/upload-artifact action
107107 - run : cp bazel-bin/protobuf-javascript-* out/
108108
109- - uses : actions/upload-artifact@v3
109+ - uses : actions/upload-artifact@v4
110110 with :
111111 name : releases
112112 path : out
@@ -120,7 +120,7 @@ jobs:
120120 contents : write
121121
122122 steps :
123- - uses : actions/download-artifact@v3
123+ - uses : actions/download-artifact@v4
124124 with :
125125 name : releases
126126
You can’t perform that action at this time.
0 commit comments