From 46c18a7e8884d8c6a118eebb7c576f3513f67e40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Apr 2021 10:29:11 +0000 Subject: [PATCH] Bump actions/download-artifact from v1 to v2.0.9 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from v1 to v2.0.9. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v1...158ca71f7c614ae705e79f25522ef4658df18253) Signed-off-by: dependabot[bot] --- .github/workflows/ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 8880e83d4..32aca8431 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -100,7 +100,7 @@ jobs: - name: Give test coverage reporter executable permissions run: chmod +x cc-test-reporter - - uses: actions/download-artifact@v1 + - uses: actions/download-artifact@v2.0.9 with: name: coverage-2.7 path: coverage