Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
fetch-depth: 0

- name: Fetch coverage report
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: coverage

Expand All @@ -208,7 +208,7 @@ jobs:
needs: unit-tests
steps:
- name: Fetch coverage report
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: coverage

Expand Down
Loading