Skip to content

Commit b930fa5

Browse files
Update actions/upload-artifact action to v4
1 parent 682e166 commit b930fa5

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
@@ -79,7 +79,7 @@ jobs:
7979
- name: Save coverage
8080
run: ./cc-test-reporter format-coverage --output coverage/codeclimate.${{ matrix.ruby }}.json
8181

82-
- uses: actions/upload-artifact@v3.1.3
82+
- uses: actions/upload-artifact@v4.3.0
8383
with:
8484
name: coverage-${{ matrix.ruby }}
8585
path: coverage/codeclimate.${{ matrix.ruby }}.json

0 commit comments

Comments
 (0)