From 5e1472137e3325f26ce9815d6c16fc5ac89df05d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2020 11:00:12 +0000 Subject: [PATCH] Bump actions/download-artifact from v1 to v2 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from v1 to v2. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v1...1de1dea89c32dcb1f37183c96fe85cfe067b682a) Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3758621..026020fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,11 +99,11 @@ jobs: steps: - uses: actions/checkout@v2.3.1 - name: Download result for test execution - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v2 with: name: jacoco - name: Download test coverage result for integration and system test execution - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v2 with: name: jacoco-it - uses: actions/cache@v2