Skip to content

Commit

Permalink
Bump codecov action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
VonOx committed Aug 23, 2021
1 parent ec3e2ca commit 30b2c79
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-master-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ jobs:
working-directory: ./server
run: npm audit --production --audit-level=high
- name: 📄 Codecov report upload
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
2 changes: 1 addition & 1 deletion .github/workflows/docker-pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
working-directory: ./server
run: npm audit --production --audit-level=high
- name: 📄 Codecov report upload
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
cypress-run:
name: Cypress run
runs-on: ubuntu-20.04
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
working-directory: ./server
run: npm audit --production --audit-level=high
- name: 📄 Codecov report upload
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
build-front:
name: Front build
needs:
Expand Down

0 comments on commit 30b2c79

Please sign in to comment.