Skip to content

Commit 1773821

Browse files
committed
⬆️ bump upload-artifact action
1 parent 6af3652 commit 1773821

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 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

0 commit comments

Comments
 (0)