Skip to content

Commit

Permalink
Merge pull request #886 from internetee/renovate/actions-download-art…
Browse files Browse the repository at this point in the history
…ifact-3.x

Update actions/download-artifact action to v3
  • Loading branch information
thiagoyoussef authored Apr 12, 2022
2 parents b314953 + 09e604a commit a2ae13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
- name: Give test coverage reporter executable permissions
run: chmod +x cc-test-reporter

- uses: actions/download-artifact@v2.1.0
- uses: actions/download-artifact@v3.0.0
with:
name: coverage-${{ matrix.ruby }}
path: coverage
Expand Down

0 comments on commit a2ae13e

Please sign in to comment.