Updated dependancies

This commit is contained in:
Sergei Tsoganov 2023-01-10 13:24:57 +02:00
parent 721acd8500
commit d7e13f5408
3 changed files with 16 additions and 16 deletions

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.1
- uses: actions/upload-artifact@v3.1.2
with:
name: coverage-${{ matrix.ruby }}
path: coverage/codeclimate.${{ matrix.ruby }}.json
@ -104,7 +104,7 @@ jobs:
- name: Give test coverage reporter executable permissions
run: chmod +x cc-test-reporter
- uses: actions/download-artifact@v3.0.1
- uses: actions/download-artifact@v3.0.2
with:
name: coverage-${{ matrix.ruby }}
path: coverage