From bc4744247a206cc6bc5a907e2d567591322c59b3 Mon Sep 17 00:00:00 2001 From: Chris Cranford Date: Sat, 17 Feb 2024 13:12:40 -0500 Subject: [PATCH] [ci] Bump actions/upload-artifact to v4 --- .github/workflows/end-to-end-testing-oracle.yml | 4 ++-- .github/workflows/end-to-end-testing.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/end-to-end-testing-oracle.yml b/.github/workflows/end-to-end-testing-oracle.yml index c750f038..f2bf1a05 100644 --- a/.github/workflows/end-to-end-testing-oracle.yml +++ b/.github/workflows/end-to-end-testing-oracle.yml @@ -76,7 +76,7 @@ jobs: install: false working-directory: ./ui - name: upload Cypress screenshots for failed tests - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: failure() with: name: cypress-screenshots @@ -84,7 +84,7 @@ jobs: # Test run video was always captured, so this action uses "always()" condition - name: upload Cypress test run video - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: always() with: name: cypress-videos diff --git a/.github/workflows/end-to-end-testing.yml b/.github/workflows/end-to-end-testing.yml index 0a9a10e0..e05b0af1 100644 --- a/.github/workflows/end-to-end-testing.yml +++ b/.github/workflows/end-to-end-testing.yml @@ -76,7 +76,7 @@ jobs: install: false working-directory: ./ui - name: upload Cypress screenshots for failed tests - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: failure() with: name: cypress-screenshots @@ -84,7 +84,7 @@ jobs: # Test run video was always captured, so this action uses "always()" condition - name: upload Cypress test run video - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: cypress-videos