Skip to content

Commit e1cabbf

Browse files
Bump actions/download-artifact from 2.0.9 to 2.0.10 (#37)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2.0.9 to 2.0.10. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@158ca71...3be87be) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent acec97d commit e1cabbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Clone the repository
9191
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
9292
- name: Download code coverage from GitHub
93-
uses: actions/download-artifact@158ca71f7c614ae705e79f25522ef4658df18253
93+
uses: actions/download-artifact@3be87be14a055c47b01d3bd88f8fe02320a9bb60
9494
with:
9595
name: code-coverage
9696
path: coverage

0 commit comments

Comments
 (0)