Skip to content

Commit

Permalink
Change artifact download action (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 authored Dec 5, 2024
1 parent 9f26dcf commit 2a04ad7
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.yaml

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

0 comments on commit 2a04ad7

Please sign in to comment.