Skip to content

Commit

Permalink
Also update CI to codecov/codecov-action@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
luben committed Feb 27, 2023
1 parent b575a0a commit 3545ce8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: ./sbt jacoco

- name: Upload coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3

- name: Deploy
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master'}}
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:

- name: Upload coverage
if: matrix.target_arch == 'x86_64'
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3

- name: Deploy
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master'}}
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
run: ./sbt jacoco

- name: Upload coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3

- name: Deploy
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master'}}
Expand Down

0 comments on commit 3545ce8

Please sign in to comment.