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

Update actions/upload-artifact action to v4.6.2
This commit is contained in:
Timo Võhmar 2025-07-18 11:24:34 +03:00 committed by GitHub
commit 9dea2aae73
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@v4.6.0 - uses: actions/upload-artifact@v4.6.2
with: with:
name: coverage-${{ matrix.ruby }} name: coverage-${{ matrix.ruby }}
path: coverage/codeclimate.${{ matrix.ruby }}.json path: coverage/codeclimate.${{ matrix.ruby }}.json