Update actions/upload-artifact action to v3.1.1

This commit is contained in:
renovate[bot] 2022-10-22 04:38:50 +00:00
parent f7a756652e
commit 83f951b4c8

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