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 oleghasjanov
parent a30de39bf8
commit 9e894ae5fd

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