Skip to content

Commit 756d123

Browse files
build(deps): bump actions/download-artifact in /.github/workflows (#96)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a9800a1 commit 756d123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@v3
5050
- name: Download tests result from test
51-
uses: actions/download-artifact@v1
51+
uses: actions/download-artifact@v4.1.7
5252
with:
5353
name: coverage
5454
- name: Publish code coverage to codeclimate

0 commit comments

Comments
 (0)