Update actions/upload-artifact action to v2.3.1

This commit is contained in:
Renovate Bot 2021-12-16 01:20:58 +00:00 committed by renovate[bot]
parent 09a05eb92f
commit 0daf8f5622

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