Skip to content

Commit b96daac

Browse files
committed
Update actions versions in test workflow
1 parent 4e4befe commit b96daac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: pipx install poetry
7575

7676
- name: Set up Python
77-
uses: actions/setup-python@v4
77+
uses: actions/setup-python@v5
7878
with:
7979
python-version: ${{ env.PYTHON_VERSION }}
8080
cache: "poetry"
@@ -96,7 +96,7 @@ jobs:
9696
# upload-artifact action does not take into account working-directory default
9797
# see https://github.com/actions/upload-artifact/issues/232
9898
- name: Archive code coverage results
99-
uses: actions/upload-artifact@v3
99+
uses: actions/upload-artifact@v4
100100
with:
101101
name: code-coverage-report
102102
path: backend/htmlcov

0 commit comments

Comments
 (0)