Skip to content

Commit

Permalink
change download action
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Dec 4, 2024
1 parent 9f26dcf commit 25779ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
ref: ${{ github.head_ref }}

- name: Download artifacts
uses: actions/download-artifact@v4
uses: dawidd6/action-download-artifact@v7
with:
name: coverage
path: coverage.xml
workflow: CI

- name: Upload coverage results to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 25779ae

Please sign in to comment.