Skip to content

Commit

Permalink
Update GitHub Artifact Actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 26, 2024
1 parent a039b44 commit 69614ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Save coverage
run: ./cc-test-reporter format-coverage --output coverage/codeclimate.${{ matrix.ruby }}.json

- uses: actions/upload-artifact@v3.1.2
- uses: actions/upload-artifact@v4.3.1
with:
name: coverage-${{ matrix.ruby }}
path: coverage/codeclimate.${{ matrix.ruby }}.json
Expand All @@ -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.3
with:
name: coverage-2.6
path: coverage

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

0 comments on commit 69614ee

Please sign in to comment.