chore(deps): update actions/upload-artifact action to v4.6.0

This commit is contained in:
renovate[bot] 2025-01-11 01:42:48 +00:00 committed by GitHub
parent 9ca9ba2322
commit 1adb716a65
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -79,7 +79,7 @@ jobs:
- name: Save coverage
run: ./cc-test-reporter format-coverage --output coverage/codeclimate.${{ matrix.ruby }}.json
- uses: actions/upload-artifact@v4.5.0
- uses: actions/upload-artifact@v4.6.0
with:
name: coverage-${{ matrix.ruby }}
path: coverage/codeclimate.${{ matrix.ruby }}.json