Skip to content

Commit

Permalink
👷 Update codecov action to v4
Browse files Browse the repository at this point in the history
Node 16 actions are deprecated.
  • Loading branch information
sergei-maertens committed Apr 4, 2024
1 parent f079be7 commit e4c8890
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@ jobs:
run: npm test

- name: Publish coverage report
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

- name: Generate OAS
run: ./bin/generate_oas.sh openapi.yaml
Expand Down

0 comments on commit e4c8890

Please sign in to comment.