File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 34
34
timeout-minutes : 5
35
35
run : bundle exec bake test
36
36
37
- - uses : actions/upload-artifact@v3
37
+ - uses : actions/upload-artifact@v4
38
38
with :
39
39
name : coverage-${{matrix.os}}-${{matrix.ruby}}
40
40
path : .covered.db
50
50
ruby-version : " 3.3"
51
51
bundler-cache : true
52
52
53
- - uses : actions/download-artifact@v3
53
+ - uses : actions/download-artifact@v4
54
54
55
55
- name : Validate coverage
56
56
timeout-minutes : 5
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
# Released under the MIT License.
4
- # Copyright, 2024, by Samuel Williams.
4
+ # Copyright, 2020- 2024, by Samuel Williams.
5
5
6
6
# Update the project documentation with the new version number.
7
7
#
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
# Released under the MIT License.
4
- # Copyright, 2018-2023 , by Samuel Williams.
4
+ # Copyright, 2018-2024 , by Samuel Williams.
5
5
6
6
require_relative 'connection'
7
7
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
# Released under the MIT License.
4
- # Copyright, 2018-2023 , by Samuel Williams.
4
+ # Copyright, 2018-2024 , by Samuel Williams.
5
5
6
6
require_relative '../request'
7
7
require_relative 'stream'
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
# Released under the MIT License.
4
- # Copyright, 2018-2023 , by Samuel Williams.
4
+ # Copyright, 2018-2024 , by Samuel Williams.
5
5
6
6
require_relative '../response'
7
7
require_relative 'stream'
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
# Released under the MIT License.
4
- # Copyright, 2017-2023 , by Samuel Williams.
4
+ # Copyright, 2017-2024 , by Samuel Williams.
5
5
6
6
require 'protocol/http/request'
7
7
require 'protocol/http/headers'
You can’t perform that action at this time.
0 commit comments