Skip to content

Commit 0cef240

Browse files
Merge pull request #147 from internetee/renovate/actions-upload-artifact-4.x
chore(deps): update actions/upload-artifact action to v4.6.2
2 parents 22deb12 + 8eaf848 commit 0cef240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- name: Save coverage
109109
run: ./cc-test-reporter format-coverage --output coverage/codeclimate.${{ matrix.ruby }}.json
110110

111-
- uses: actions/upload-artifact@v4.6.0
111+
- uses: actions/upload-artifact@v4.6.2
112112
with:
113113
name: coverage-${{ matrix.ruby }}
114114
path: coverage/codeclimate.${{ matrix.ruby }}.json

0 commit comments

Comments
 (0)