Skip to content

Commit

Permalink
ci/cd(deps): bump actions/download-artifact from 4.1.0 to 4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed Feb 3, 2023
1 parent 7debf34 commit 63e924f
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 @@ -80,7 +80,7 @@ jobs:
with: { fetch-depth: 0 }

- name: Fetch code coverage report
uses: actions/download-artifact@v4.1.0
uses: actions/download-artifact@v4.1.4
with: { name: code-coverage-report }
- name: Send code coverage report to Codecov (codecov.io)
uses: codecov/codecov-action@v3.1.4
Expand Down

0 comments on commit 63e924f

Please sign in to comment.