Skip to content

Commit

Permalink
⬆️ bump actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ctcpip committed Jan 23, 2025
1 parent 6af3652 commit 82b725a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,11 +204,11 @@ jobs:
fi
- name: Upload code coverage
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: steps.list_env.outputs.nyc != ''
with:
name: coverage
path: ./coverage
name: coverage-${{ matrix.name }}
path: "./coverage/${{ matrix.name }}"
retention-days: 1

coverage:
Expand All @@ -222,9 +222,8 @@ jobs:
run: sudo apt-get -y install lcov

- name: Collect coverage reports
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: coverage
path: ./coverage

- name: Merge coverage reports
Expand Down

0 comments on commit 82b725a

Please sign in to comment.