From b63a8159669d9dd112a79fc13ced6ec38c290758 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jun 2021 12:10:04 +0000 Subject: [PATCH] Bump actions/download-artifact from 2.0.9 to 2.0.10 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](https://github.com/actions/download-artifact/compare/v2.0.9...v2.0.10) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ruby.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index b40ae8e8..f2e37b07 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -96,12 +96,12 @@ jobs: - name: Give test coverage reporter executable permissions run: chmod +x cc-test-reporter - - uses: actions/download-artifact@v2.0.9 + - uses: actions/download-artifact@v2.0.10 with: name: coverage-2.6 path: coverage - - uses: actions/download-artifact@v2.0.9 + - uses: actions/download-artifact@v2.0.10 with: name: coverage-2.7 path: coverage