Skip to content

Commit

Permalink
Update GH actions
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstegman committed Jan 5, 2024
1 parent 1b63395 commit 246760a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up Ruby
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.6'

- uses: actions/cache@v1
- uses: actions/cache@v3
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
Expand All @@ -34,7 +34,7 @@ jobs:
run: |
COVERAGE=true bundle exec rspec
- name: Upload coverage results
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v4
if: always()
with:
name: coverage-report
Expand Down

0 comments on commit 246760a

Please sign in to comment.