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: |