chore: downgrade upload-artifact action from v4 to v3 in CI workflow

This commit is contained in:
2026-06-05 19:51:36 +00:00
parent 04dc26d850
commit b4e09f4b37
7 changed files with 66 additions and 17 deletions
+2 -2
View File
@@ -37,14 +37,14 @@ jobs:
- name: Publish coverage HTML
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: coverage-html
path: htmlcov/
- name: Upload test screenshots
if: failure()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
with:
name: failure-screenshots
path: /tmp/devplace_test_screenshots/