diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27a6e38e..a9e0bbc0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: run: echo "127.0.0.1 host.testcontainers.internal" | sudo tee -a /etc/hosts - name: Lint, test, build, e2e - run: INPUT_GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} pnpm exec nx affected -t lint test e2e-ci + run: INPUT_GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} pnpm exec nx affected -t lint test container e2e-ci # comment out since the current e2e tests do not produce any artifacts # - name: Upload coverage # uses: codecov/codecov-action@v4 @@ -65,7 +65,7 @@ jobs: # Upload the extension - name: Upload Chrome extension if: ${{ hashFiles('application.zip') != ''}} - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: chrome-extension path: application.zip