Skip to content

Commit 925a11f

Browse files
Update upload artifact version
1 parent 0d41bb7 commit 925a11f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,9 @@ jobs:
8080
bundle exec rake yard
8181
8282
- name: Upload coverage report
83-
uses: actions/upload-artifact@v2
83+
uses: actions/upload-artifact@v4
8484
with:
85-
name: coverage-${{ matrix.ruby }}
85+
name: coverage-${{ matrix.os }}-${{ matrix.ruby }}
8686
path: |
8787
coverage/
8888
retention-days: 1

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ end
99

1010
# used by dummy application
1111
group :development, :test do
12+
# Temporary, remove once the Rails 7.1 update is complete
13+
# see: https://stackoverflow.com/questions/79360526/uninitialized-constant-activesupportloggerthreadsafelevellogger-nameerror
14+
gem 'concurrent-ruby', '1.3.4'
1215
# supplies factories for producing model instance for specs
1316
# Version 4.1.0 or newer is needed to support generate calls without the 'FactoryGirl.' in factory definitions syntax.
1417
gem 'factory_bot'

0 commit comments

Comments
 (0)