Skip to content

Commit

Permalink
Update actions versions in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasrenault committed Oct 9, 2024
1 parent 4e4befe commit b96daac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: pipx install poetry

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ env.PYTHON_VERSION }}
cache: "poetry"
Expand All @@ -96,7 +96,7 @@ jobs:
# upload-artifact action does not take into account working-directory default
# see https://github.com/actions/upload-artifact/issues/232
- name: Archive code coverage results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: code-coverage-report
path: backend/htmlcov
Expand Down

0 comments on commit b96daac

Please sign in to comment.