File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 66 rubocop :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v2
9+ - uses : actions/checkout@v4
1010 - name : Set up Ruby and install dependencies
1111 uses : ruby/setup-ruby@v1
1212 with :
2222 ruby : [3.1, 3.2, 3.3]
2323 faraday_version : ['', '~> 1.0'] # Defaults to whatever's the most recent version.
2424 steps :
25- - uses : actions/checkout@v2
25+ - uses : actions/checkout@v4
2626
2727 - name : Set up Ruby and install dependencies
2828 uses : ruby/setup-ruby@v1
3838 FARADAY_VERSION : ${{ matrix.faraday_version }}
3939
4040 - name : Upload coverage artifacts
41- uses : actions/upload-artifact@v2
41+ uses : actions/upload-artifact@v4
4242 with :
43- name : coverage
43+ name : " coverage-${{ matrix.ruby }}-${{ matrix.faraday_version }} "
4444 path : coverage/
You can’t perform that action at this time.
0 commit comments