Skip to content

Commit

Permalink
Update actions/download-artifact action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2023
1 parent a039b44 commit bd5fa77
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@v3.0.2
- uses: actions/download-artifact@v4.1.0
with:
name: coverage-2.6
path: coverage

- uses: actions/download-artifact@v3.0.2
- uses: actions/download-artifact@v4.1.0
with:
name: coverage-2.7
path: coverage
Expand Down

0 comments on commit bd5fa77

Please sign in to comment.