Update actions/upload-artifact action to v3.1.3

This commit is contained in:
renovate[bot] 2023-09-15 13:18:22 +00:00
parent 41ca71a039
commit c7c8ae9bba

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