From 37c066f80436294cf64851f5bc9c123e19f784e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 06:34:29 +0000 Subject: [PATCH] Update actions/upload-artifact action to v3 (#9670) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/cypress.yaml | 2 +- .github/workflows/element-web.yaml | 2 +- .github/workflows/tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cypress.yaml b/.github/workflows/cypress.yaml index 57c0792b2f..bb413ffac4 100644 --- a/.github/workflows/cypress.yaml +++ b/.github/workflows/cypress.yaml @@ -147,7 +147,7 @@ jobs: - name: Upload Artifact if: failure() - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: cypress-results path: | diff --git a/.github/workflows/element-web.yaml b/.github/workflows/element-web.yaml index d8f4e64dd2..ff8c8ddee7 100644 --- a/.github/workflows/element-web.yaml +++ b/.github/workflows/element-web.yaml @@ -46,7 +46,7 @@ jobs: working-directory: ./element-web - name: Upload Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: previewbuild path: element-web/webapp diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0ed3b155ad..9412024d46 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -38,7 +38,7 @@ jobs: run: "yarn coverage --ci --reporters github-actions --max-workers ${{ steps.cpu-cores.outputs.count }}" - name: Upload Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: coverage path: |