Skip to content

Commit

Permalink
Bump actions/download-artifact from v1 to v2
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from v1 to v2.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v1...1de1dea)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 8, 2020
1 parent 6ec0bfc commit 5e14721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e14721

Please sign in to comment.