Skip to content

Commit

Permalink
👻 Bump github action use to current versions
Browse files Browse the repository at this point in the history
Changes:
  - codecov/codecov-action@v4

Issues identified by warnings on the action summary page.

Signed-off-by: Scott J Dickerson <[email protected]>
  • Loading branch information
sjd78 committed Mar 15, 2024
1 parent 161fba8 commit 49d4c2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ jobs:
run: npm run test -- --coverage --watchAll=false

- name: Upload to codecov (client)
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
flags: client
directory: ./*/coverage

- name: Upload to codecov (server)
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
flags: server
directory: ./*/coverage
Expand Down

0 comments on commit 49d4c2e

Please sign in to comment.