Skip to content

Commit

Permalink
Merge branch 'master' into dec24-docs-update
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronlippold authored Dec 19, 2024
2 parents 82c5e9b + a46d108 commit 98e7c29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
node-version: '14'
- name: Cache ruby gems
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Run eslint
run: yarn lint:ci
- 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 98e7c29

Please sign in to comment.