diff --git a/.github/workflows/end-to-end-test-suite.yml b/.github/workflows/end-to-end-test-suite.yml index 9001121..c8dae1f 100644 --- a/.github/workflows/end-to-end-test-suite.yml +++ b/.github/workflows/end-to-end-test-suite.yml @@ -123,7 +123,7 @@ jobs: run: ddev playwright test category.test - name: Keep Playwright report - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: playwright-report-${{ matrix.php-version }}-${{ matrix.m2-version }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e7b500..e719fb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [1.1.13](https://github.com/julienloizelet/magento2-category-code/releases/tag/v1.1.13) - 2024-03-20 [_Compare with previous release_](https://github.com/julienloizelet/magento2-category-code/compare/v1.1.12...v1.1.13) -- No changes, release to satisfy the Adobe Commerce up-to-date policies +### Fixes + +- Fix `composer.json` deprecated warning for license --- diff --git a/composer.json b/composer.json index 5894223..4dcdd22 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "magento2-module", "version": "1.1.13", "minimum-stability": "stable", - "license": "GPL-3.0+", + "license": "GPL-3.0-or-later", "authors": [ { "name": "Julien Loizelet",