Skip to content

Commit

Permalink
setup-python@v5 and + codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoMVale authored Jul 16, 2024
1 parent eb95149 commit bd585c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -57,4 +57,5 @@ jobs:
if: ${{ matrix.python-version == '3.10' }}
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit bd585c4

Please sign in to comment.