Skip to content

Commit 51e000e

Browse files
Merge pull request #397 from internetee/renovate/major-github-artifact-actions
Update GitHub Artifact Actions to v4 (major)
2 parents f076171 + 4a471ec commit 51e000e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Save coverage
7373
run: ./cc-test-reporter format-coverage --output coverage/codeclimate.${{ matrix.ruby }}.json
7474

75-
- uses: actions/upload-artifact@v3.1.3
75+
- uses: actions/upload-artifact@v4.6.0
7676
with:
7777
name: coverage-${{ matrix.ruby }}
7878
path: coverage/codeclimate.${{ matrix.ruby }}.json
@@ -97,7 +97,7 @@ jobs:
9797
- name: Give test coverage reporter executable permissions
9898
run: chmod +x cc-test-reporter
9999

100-
- uses: actions/download-artifact@v3.0.2
100+
- uses: actions/download-artifact@v4.1.8
101101
with:
102102
name: coverage-${{ matrix.ruby }}
103103
path: coverage

0 commit comments

Comments
 (0)