Skip to content

Commit

Permalink
ci: downgrade download action
Browse files Browse the repository at this point in the history
  • Loading branch information
marabesi committed Sep 22, 2024
1 parent 832257c commit f3f8186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
~/.cache/Cypress
key: ${{ hashFiles('**/package-lock.json') }}

- uses: actions/download-artifact@v4.1.7
- uses: actions/download-artifact@v3
with:
pattern: "*-lcov"
merge-multiple: false
Expand Down

0 comments on commit f3f8186

Please sign in to comment.