Update actions/upload-artifact action to v4.6.2

This commit is contained in:
renovate[bot] 2025-07-01 13:39:52 +00:00 committed by GitHub
parent 0b13cfbe0f
commit 97ae39489d
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.6.0
- uses: actions/upload-artifact@v4.6.2
with:
name: coverage-${{ matrix.ruby }}
path: coverage/codeclimate.${{ matrix.ruby }}.json