File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4242 - run : cargo llvm-cov --lcov --output-path lcov.info
4343
4444 - name : Upload Artifact
45- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
45+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
4646 with :
4747 name : codecov
4848 path : lcov.info
6262
6363 - name : Download coverage file
6464 if : env.CODECOV_TOKEN
65- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
65+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
6666 with :
6767 name : codecov
6868
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134134 TARGET_CC : clang # for mimalloc
135135
136136 - name : Upload artifacts
137- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
137+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
138138 with :
139139 if-no-files-found : error
140140 name : bindings-${{ matrix.target }}
@@ -182,7 +182,7 @@ jobs:
182182 rm -rf node_modules
183183 rm -rf target
184184 - name : Upload artifact
185- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
185+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
186186 with :
187187 name : bindings-freebsd
188188 path : napi/*.node
@@ -211,7 +211,7 @@ jobs:
211211 run : pnpm install --frozen-lockfile
212212
213213 - name : Download Artifacts
214- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
214+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
215215 with :
216216 path : artifacts
217217
You can’t perform that action at this time.
0 commit comments