Merge pull request #1905 from internetee/dependabot/github_actions/actions/upload-artifact-v2.2.3

Bump actions/upload-artifact from v1 to v2.2.3
This commit is contained in:
Alex Sherman 2021-04-07 15:46:17 +05:00 committed by GitHub
commit 6d495e270c
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@v1
- uses: actions/upload-artifact@v2.2.3
with:
name: coverage-${{ matrix.ruby }}
path: coverage/codeclimate.${{ matrix.ruby }}.json