mirror of
https://github.com/internetee/registry.git
synced 2025-06-07 13:15:40 +02:00
Update actions/upload-artifact action to v2.3.0
This commit is contained in:
parent
351f5e88ea
commit
65793fbe36
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ruby.yml
vendored
2
.github/workflows/ruby.yml
vendored
|
@ -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.2.4
|
- uses: actions/upload-artifact@v2.3.0
|
||||||
with:
|
with:
|
||||||
name: coverage-${{ matrix.ruby }}
|
name: coverage-${{ matrix.ruby }}
|
||||||
path: coverage/codeclimate.${{ matrix.ruby }}.json
|
path: coverage/codeclimate.${{ matrix.ruby }}.json
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue