diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1b9704380a..5df26b9fa43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -266,7 +266,7 @@ jobs: docker compose exec -T app .github/actions/test_tests-e2e.sh - name: "Upload Cypress screenshots" if: "${{ failure() && steps.e2e.conclusion == 'failure' }}" - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: cypress-screenshots path: tests/cypress/screenshots diff --git a/.vue.webpack.config.js b/.vue.webpack.config.js index 2b3d7399cc3..f82fd12e2b4 100644 --- a/.vue.webpack.config.js +++ b/.vue.webpack.config.js @@ -11,7 +11,7 @@ const config = { filename: 'app.js', chunkFilename: "[name].js", path: path.resolve(__dirname, 'public/build/vue'), - publicPath: '/public/build/vue/', + publicPath: '/public/build/vue', asyncChunks: true, clean: true, }, diff --git a/js/src/vue/Debug/Widget/Profiler.vue b/js/src/vue/Debug/Widget/Profiler.vue index ddc732cd8e2..dd70fe46283 100644 --- a/js/src/vue/Debug/Widget/Profiler.vue +++ b/js/src/vue/Debug/Widget/Profiler.vue @@ -1,4 +1,5 @@