Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MacHu-GWU committed Mar 10, 2023
1 parent 35794b9 commit ed03d93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- os: windows-latest # this is a useless exclude rules for demonstration use only
python-version: 2.7
steps:
- uses: "actions/checkout@v2" # https://github.com/marketplace/actions/checkout
- uses: "actions/setup-python@v2" # https://github.com/marketplace/actions/setup-python
- uses: "actions/checkout@v3" # https://github.com/marketplace/actions/checkout
- uses: "actions/setup-python@v4" # https://github.com/marketplace/actions/setup-python
with:
python-version: "${{ matrix.python-version }}"

Expand All @@ -54,6 +54,6 @@ jobs:

- name: "Upload coverage to Codecov"
if: "contains(env.USING_COVERAGE, matrix.python-version)"
uses: "codecov/codecov-action@v1" # https://github.com/marketplace/actions/codecov-action
uses: "codecov/codecov-action@v3" # https://github.com/marketplace/actions/codecov-action
with:
fail_ci_if_error: true

0 comments on commit ed03d93

Please sign in to comment.