Skip to content

Commit 2354a57

Browse files
committed
⬆️ bump actions
1 parent 6af3652 commit 2354a57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,10 @@ 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
210+
name: coverage-${{ matrix.node-version }}-${{ github.run_id }}
211211
path: ./coverage
212212
retention-days: 1
213213

@@ -222,7 +222,7 @@ 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:
227227
name: coverage
228228
path: ./coverage

0 commit comments

Comments
 (0)