Skip to content

Commit 0b60b24

Browse files
committed
Add CI/CD with GitHub Actions and requirements.txt
1 parent efbf0d5 commit 0b60b24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Run tests
2525
run: pytest --html=reports/report.html --self-contained-html
2626
- name: Upload test report
27-
uses: actions/upload-artifact@v3
27+
uses: actions/upload-artifact@v4
2828
with:
2929
name: test-report
3030
path: reports/report.html

0 commit comments

Comments
 (0)