Skip to content

Commit 72fbfa1

Browse files
Update actions/upload-artifact action to v4
1 parent ae7c71e commit 72fbfa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Save coverage
6969
run: ./cc-test-reporter format-coverage --output coverage/codeclimate.${{ matrix.ruby }}.json
7070

71-
- uses: actions/upload-artifact@v3.1.3
71+
- uses: actions/upload-artifact@v4.2.0
7272
with:
7373
name: coverage-${{ matrix.ruby }}
7474
path: coverage/codeclimate.${{ matrix.ruby }}.json

0 commit comments

Comments
 (0)