From da246380794894e704c60b59fc3010c690135dfd Mon Sep 17 00:00:00 2001 From: EdwardLi-coder <2023edwardll@gmail.com> Date: Sat, 10 Aug 2024 22:04:17 +0800 Subject: [PATCH] update artifact v3 to v4 --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 03d98ef5e8..c9d616ec0e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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