File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 63
63
run : cp $(bazel info ${{ matrix.cpu_flag }} bazel-bin)/cmd/ibazel/ibazel_/ibazel${{ matrix.ext }} ${{ matrix.artifact }}
64
64
65
65
- name : Upload binary
66
- uses : actions/upload-artifact@v3
66
+ uses : actions/upload-artifact@v4
67
67
with :
68
68
name : ${{ matrix.name }}
69
69
path : ${{ matrix.artifact }}
91
91
with :
92
92
fetch-depth : 0
93
93
94
- - uses : actions/download-artifact@v3
94
+ - uses : actions/download-artifact@v4
95
95
with :
96
96
path : ./npm-staging/bin
97
97
@@ -112,7 +112,7 @@ jobs:
112
112
bazel run --config="release" "//release/npm" -- "${PWD}/CONTRIBUTORS" > "npm-staging/package.json"
113
113
114
114
# Setup .npmrc file to publish to npm
115
- - uses : actions/setup-node@v3
115
+ - uses : actions/setup-node@v4
116
116
with :
117
117
node-version : ' 22.x'
118
118
registry-url : ' https://registry.npmjs.org'
@@ -122,7 +122,7 @@ jobs:
122
122
env :
123
123
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
124
124
working-directory : ./npm-staging
125
- # The setup-node@v3 step created an .npmrc file, but we changed directories. Copy it first.
125
+ # The setup-node step created an .npmrc file, but we changed directories. Copy it first.
126
126
run : |
127
127
npm config list
128
128
echo -n "Publishing to NPM as "
You can’t perform that action at this time.
0 commit comments