Skip to content

Commit 82b725a

Browse files
committed
⬆️ bump actions
1 parent 6af3652 commit 82b725a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/ci.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,11 @@ jobs:
204204
fi
205205
206206
- name: Upload code coverage
207-
uses: actions/upload-artifact@v3
207+
uses: actions/upload-artifact@v4
208208
if: steps.list_env.outputs.nyc != ''
209209
with:
210-
name: coverage
211-
path: ./coverage
210+
name: coverage-${{ matrix.name }}
211+
path: "./coverage/${{ matrix.name }}"
212212
retention-days: 1
213213

214214
coverage:
@@ -222,9 +222,8 @@ jobs:
222222
run: sudo apt-get -y install lcov
223223

224224
- name: Collect coverage reports
225-
uses: actions/download-artifact@v3
225+
uses: actions/download-artifact@v4
226226
with:
227-
name: coverage
228227
path: ./coverage
229228

230229
- name: Merge coverage reports

0 commit comments

Comments
 (0)