Skip to content

Commit

Permalink
update actions to avoid js deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sierra-moxon committed Dec 19, 2022
1 parent 07cd365 commit 60c4787
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# check-out repo and set-up python
#----------------------------------------------
- name: Check out repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
# upload coverage results
#----------------------------------------------
- name: Upload coverage report
uses: codecov/codecov-action@v1.0.5
uses: codecov/codecov-action@v3
with:
name: codecov-results-${{ matrix.os }}-${{ matrix.python-version }}
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 60c4787

Please sign in to comment.