Merge pull request #2736 from internetee/renovate/actions-upload-artifact-4.x

chore(deps): update actions/upload-artifact action to v4.6.0
This commit is contained in:
OlegPhenomenon 2025-01-15 11:11:14 +02:00 committed by GitHub
commit d10208cbd3
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