Skip to content

Commit

Permalink
Merge pull request #299 from internetee/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/download-artifact-2.0.10
  • Loading branch information
dependabot[bot] authored Jun 21, 2021
2 parents 50aa9cd + b63a815 commit 91e7f86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91e7f86

Please sign in to comment.