Merge pull request #2301 from internetee/renovate/actions-upload-artifact-3.x

Update actions/upload-artifact action to v3
This commit is contained in:
Thiago Youssef 2022-04-04 15:14:38 +03:00 committed by GitHub
commit 62fc2b8319
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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