Skip to content
Open
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/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
mkdir -p test-coverage/unit test-coverage/e2e test-coverage/all

- name: Download unit tests coverage report
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v21
with:
workflow: unit.yml
branch: ${{ github.event.inputs.GIT_BRANCH }}
path: test-coverage/unit

- name: Download e2e tests coverage report
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v21
with:
workflow: e2e.yml
branch: ${{ github.event.inputs.GIT_BRANCH }}
Expand Down
Loading