Skip to content

Commit 051f97b

Browse files
renovate[bot]webbnh
authored andcommitted
Update actions/upload-artifact action to v4
1 parent 6053b1e commit 051f97b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Run tests and collect coverage
3434
run: pytest --timeout=300 --junitxml=junit/test-results.xml --cov=relay --cov=tests --cov-report=xml --cov-report=html
3535
- name: Upload pytest test results
36-
uses: actions/upload-artifact@v3
36+
uses: actions/upload-artifact@v4
3737
with:
3838
name: pytest-results
3939
path: junit/test-results.xml

0 commit comments

Comments
 (0)