update artifact v3 to v4

This commit is contained in:
EdwardLi-coder
2024-08-10 22:04:17 +08:00
parent 8ab1cbe600
commit da24638079

View File

@@ -216,7 +216,7 @@ jobs:
- name: Archive failed tests screenshots
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: failed-tests-screenshots
path: tmp/capybara/screenshots/*.png
@@ -294,7 +294,7 @@ jobs:
- name: Archive failed tests screenshots
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: failed-tests-screenshots
path: tmp/capybara/screenshots/*.png
@@ -373,7 +373,7 @@ jobs:
- name: Archive failed tests screenshots
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: failed-tests-screenshots
path: tmp/capybara/screenshots/*.png