Merge pull request #2650 from internetee/renovate/major-github-artifact-actions

chore(deps): update github artifact actions to v4 (major)
This commit is contained in:
OlegPhenomenon 2025-01-02 10:57:02 +02:00 committed by GitHub
commit 8559a58609
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.2.1
- uses: actions/upload-artifact@v4.5.0
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.2
- uses: actions/download-artifact@v4.1.8
with:
name: coverage-${{ matrix.ruby }}
path: coverage