We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d986673 commit f331fe6Copy full SHA for f331fe6
1 file changed
.github/workflows/ruby.yml
@@ -6,7 +6,7 @@ jobs:
6
rubocop:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
10
- name: Set up Ruby and install dependencies
11
uses: ruby/setup-ruby@v1
12
with:
@@ -22,7 +22,7 @@ jobs:
22
ruby: [3.1, 3.2, 3.3]
23
faraday_version: ['', '~> 1.0'] # Defaults to whatever's the most recent version.
24
25
26
27
28
@@ -38,7 +38,7 @@ jobs:
38
FARADAY_VERSION: ${{ matrix.faraday_version }}
39
40
- name: Upload coverage artifacts
41
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
42
43
- name: coverage
+ name: "coverage-${{ matrix.ruby }}-${{ matrix.faraday_version }}"
44
path: coverage/
0 commit comments