chore(deps): update github artifact actions to v4

This commit is contained in:
renovate[bot] 2025-01-02 08:53:21 +00:00 committed by GitHub
parent 81e9ba3eef
commit 7a561129cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -79,7 +79,7 @@ jobs:
- name: Save coverage - name: Save coverage
run: ./cc-test-reporter format-coverage --output coverage/codeclimate.${{ matrix.ruby }}.json run: ./cc-test-reporter format-coverage --output coverage/codeclimate.${{ matrix.ruby }}.json
- uses: actions/upload-artifact@v3.2.1 - uses: actions/upload-artifact@v4.5.0
with: with:
name: coverage-${{ matrix.ruby }} name: coverage-${{ matrix.ruby }}
path: coverage/codeclimate.${{ matrix.ruby }}.json path: coverage/codeclimate.${{ matrix.ruby }}.json
@ -104,7 +104,7 @@ jobs:
- name: Give test coverage reporter executable permissions - name: Give test coverage reporter executable permissions
run: chmod +x cc-test-reporter run: chmod +x cc-test-reporter
- uses: actions/download-artifact@v3.0.2 - uses: actions/download-artifact@v4.1.8
with: with:
name: coverage-${{ matrix.ruby }} name: coverage-${{ matrix.ruby }}
path: coverage path: coverage