From f386d7473cc04bbc627692672d6876a84e1e51a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 11:31:48 -0500 Subject: [PATCH] =?UTF-8?q?chore(deps):=20update=20dependency=20actions/up?= =?UTF-8?q?load-artifact=20to=20version=20v4=20=F0=9F=8C=9F=20(#780)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/parallel.yml | 4 ++-- .github/workflows/single.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/parallel.yml b/.github/workflows/parallel.yml index 5ab36cb50..1a3438d66 100644 --- a/.github/workflows/parallel.yml +++ b/.github/workflows/parallel.yml @@ -124,7 +124,7 @@ jobs: # Save screenshots as test artifacts # https://github.com/actions/upload-artifact - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 # there might be no screenshots created when: # - there are no test failures # so only upload screenshots if previous step has failed @@ -183,7 +183,7 @@ jobs: # Save screenshots as test artifacts # https://github.com/actions/upload-artifact - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 # there might be no screenshots created when: # - there are no test failures # so only upload screenshots if previous step has failed diff --git a/.github/workflows/single.yml b/.github/workflows/single.yml index c113ef1c0..1e37b8e1a 100644 --- a/.github/workflows/single.yml +++ b/.github/workflows/single.yml @@ -66,7 +66,7 @@ jobs: # Save screenshots as test artifacts # https://github.com/actions/upload-artifact - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 # there might be no screenshots created when: # - there are no test failures # so only upload screenshots if previous step has failed