We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e4befe commit b96daacCopy full SHA for b96daac
.github/workflows/test.yml
@@ -74,7 +74,7 @@ jobs:
74
run: pipx install poetry
75
76
- name: Set up Python
77
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
78
with:
79
python-version: ${{ env.PYTHON_VERSION }}
80
cache: "poetry"
@@ -96,7 +96,7 @@ jobs:
96
# upload-artifact action does not take into account working-directory default
97
# see https://github.com/actions/upload-artifact/issues/232
98
- name: Archive code coverage results
99
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
100
101
name: code-coverage-report
102
path: backend/htmlcov
0 commit comments