Update actions/upload-artifact action to v2.3.0

This commit is contained in:
Renovate Bot 2021-12-08 08:56:35 +00:00 committed by renovate[bot]
parent 351f5e88ea
commit 65793fbe36

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@v2.2.4
- uses: actions/upload-artifact@v2.3.0
with:
name: coverage-${{ matrix.ruby }}
path: coverage/codeclimate.${{ matrix.ruby }}.json