File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 4444 run : cargo codecov --lcov --output-path lcov.info
4545
4646 - name : Upload Artifact
47- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
47+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4848 with :
4949 if-no-files-found : error
5050 name : codecov
6565
6666 - name : Download coverage file
6767 if : env.CODECOV_TOKEN
68- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
68+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
6969 with :
7070 name : codecov
7171
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123123 tar czf $OXFMT_BIN_NAME.tar.gz $OXFMT_BIN_NAME
124124
125125 - name : Upload Binary
126- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
126+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
127127 with :
128128 if-no-files-found : error
129129 name : binaries-${{ matrix.code-target }}
@@ -160,7 +160,7 @@ jobs:
160160 echo EOF
161161 } >> $GITHUB_OUTPUT
162162
163- - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
163+ - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
164164 with :
165165 merge-multiple : true
166166
Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ jobs:
154154 tar czf $OXLS_BIN_NAME.tar.gz $OXLS_BIN_NAME
155155
156156 - name : Upload Binary
157- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
157+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
158158 with :
159159 if-no-files-found : error
160160 name : binaries-${{ matrix.code-target }}
@@ -191,7 +191,7 @@ jobs:
191191 echo EOF
192192 } >> $GITHUB_OUTPUT
193193
194- - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
194+ - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
195195 with :
196196 merge-multiple : true
197197
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118118 pnpm exec vsce package -o "../../oxc_language_server-${{ matrix.code-target }}.vsix" --target ${{ matrix.code-target }}
119119
120120 - name : Upload VSCode extension artifact
121- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
121+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
122122 with :
123123 if-no-files-found : error
124124 name : packages-${{ matrix.code-target }}
@@ -135,7 +135,7 @@ jobs:
135135 - uses : taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
136136
137137 - name : Download extension artifacts
138- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
138+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
139139 with :
140140 merge-multiple : true
141141 path : editors/vscode
@@ -160,7 +160,7 @@ jobs:
160160 - uses : taiki-e/checkout-action@b13d20b7cda4e2f325ef19895128f7ff735c0b3d # v1.3.1
161161
162162 - name : Download extension artifacts
163- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
163+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
164164 with :
165165 merge-multiple : true
166166 path : editors/vscode
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130130 env :
131131 TARGET_CC : clang # for mimalloc
132132
133- - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
133+ - uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
134134 with :
135135 if-no-files-found : error
136136 name : bindings-${{ matrix.target }}
@@ -180,7 +180,7 @@ jobs:
180180 rm -rf node_modules
181181 rm -rf target
182182 - name : Upload artifact
183- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
183+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
184184 with :
185185 if-no-files-found : error
186186 name : bindings-freebsd
@@ -205,7 +205,7 @@ jobs:
205205
206206 - uses : oxc-project/setup-node@fdbf0dfd334c4e6d56ceeb77d91c76339c2a0885 # v1.0.4
207207
208- - uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
208+ - uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
209209 with :
210210 path : artifacts
211211
You can’t perform that action at this time.
0 commit comments