diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index a93cb706..00000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @tyrann0us @Chrico diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 498504e9..8ac6b8c4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,3 @@ updates: directory: "/" schedule: interval: "monthly" - reviewers: - - "Chrico" - - "pablok34" - - "tyrann0us" diff --git a/.github/workflows/build-assets-compilation.yml b/.github/workflows/build-assets-compilation.yml index f031d285..da4cd25c 100644 --- a/.github/workflows/build-assets-compilation.yml +++ b/.github/workflows/build-assets-compilation.yml @@ -156,11 +156,13 @@ jobs: run: composer compile-assets ${{ inputs.COMPILE_ASSETS_ARGS }} - name: Upload assets artifact [DEV] - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: ${{ !contains(github.ref, 'refs/tags/') }} with: name: assets-${{ env.ASSETS_HASH }} path: assets + overwrite: true + include-hidden-files: true - name: Zip assets folder [PROD] uses: montudor/action-zip@v1 diff --git a/.github/workflows/ddev-playwright.yml b/.github/workflows/ddev-playwright.yml index c8687f7f..0c296b30 100644 --- a/.github/workflows/ddev-playwright.yml +++ b/.github/workflows/ddev-playwright.yml @@ -187,10 +187,12 @@ jobs: run: echo "artifact=playwright-report" >> $GITHUB_OUTPUT - name: Upload artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ steps.set-artifact-name.outputs.artifact }} path: | ${{ inputs.PLAYWRIGHT_DIR }}/playwright-report/* ${{ inputs.PLAYWRIGHT_DIR }}/test-results/* ${{ inputs.PLAYWRIGHT_DIR }}/artifacts/test-results/* + overwrite: true + include-hidden-files: true diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..5d9a8e84 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1 @@ +* @inpsyde/delivery-heroes