Skip to content

Commit

Permalink
GH action version update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexskr committed Feb 28, 2024
1 parent 4ad4db4 commit 4ea0e70
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ruby-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
triplestore: ['fs', 'ag']

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Dependencies
run: sudo apt-get -y install raptor2-utils
- name: Set up Ruby
Expand All @@ -30,5 +30,8 @@ jobs:
- name: Run tests
run: bundle exec rake test:docker:${{ matrix.triplestore }} TESTOPTS="-v"
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3

uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests
verbose: true

0 comments on commit 4ea0e70

Please sign in to comment.