Skip to content

Commit

Permalink
upgrade github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
p9f committed Apr 16, 2024
1 parent 86135ba commit 0918d73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Add Poetry to path
run: echo "${HOME}/.poetry/bin" >> $GITHUB_PATH
- name: Set up Python ${{ matrix.version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.version }}
cache: "poetry"
Expand All @@ -39,7 +39,7 @@ jobs:
- run: mypy --check-untyped-defs .
- run: pyright --warnings .
- run: pytest -s --cov=iter_pipes --cov-report=html
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: code-coverage
path: htmlcov/
Expand All @@ -64,7 +64,7 @@ jobs:
- name: Add Poetry to path
run: echo "${HOME}/.poetry/bin" >> $GITHUB_PATH
- name: Set up Python 3.11
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: "poetry"
Expand Down

0 comments on commit 0918d73

Please sign in to comment.