Update actions/upload-artifact action to v3.1.0

This commit is contained in:
Renovate Bot 2022-05-22 01:21:53 +00:00 committed by renovate[bot]
parent 22beaf3d19
commit 33dc0b3d94

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