diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 67e540d4..a4c735dc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,14 +63,14 @@ jobs: - run: yarn run test:e2e:headless if: github.event_name == 'push' - - uses: actions/upload-artifact@v2.2.4 + - uses: actions/upload-artifact@v4.3.0 if: ${{ failure() }} with: name: e2e output path: e2e/output/ # upload this build as artifact to current Action - - uses: actions/upload-artifact@v2.2.4 + - uses: actions/upload-artifact@v4.3.0 with: name: build ${{ github.event.pull_request.head.sha || github.sha }} path: build/