Skip to content

Commit 01e3cca

Browse files
fballianoVinai
andauthored
Add releases 2.4.4-p12, 2.4.5-p11, 2.4.6-p9 and 2.4.7-p4 (#194)
* Copying old versions files with new names * magento2-base * Additional packages * Copied all base composer.json files * Revert "Additional packages" This reverts commit 209a6e5. * Reverted additional note * Additional packages * Updated download/upload artifact actions * Remove debug.log from integrity check --------- Co-authored-by: Vinai Kopp <Vinai@users.noreply.github.com>
1 parent b5a323c commit 01e3cca

34 files changed

+3846
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
- run: cd generate-repo && tar -cf ../release-build-working-copies-${{ env.mageos_release }}.tar repositories && cd ..
117117
name: Tar git working copies
118118
if: ${{ success() && env.mageos_release != '' && env.publish_tag == 'true' }}
119-
- uses: actions/upload-artifact@v3
119+
- uses: actions/upload-artifact@v4
120120
if: ${{ success() && env.mageos_release != '' && env.publish_tag == 'true' }}
121121
with:
122122
name: release-build-working-copies-${{ env.mageos_release }}

.github/workflows/integrity-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ jobs:
6060
name: Package Versions Validate
6161

6262
# Ignore composer.json, composer.log, generated composer autoload files and files in var/cache that start with `mage---`
63-
- run: diff -rq -x "*composer*" -x "*autoload*" -x "*mage---*" -x ".git" ${{ github.workspace }}/magento ${{ github.workspace }}/mageos
63+
- run: diff -rq -x "*composer*" -x "*autoload*" -x "*mage---*" -x "debug.log" -x ".git" ${{ github.workspace }}/magento ${{ github.workspace }}/mageos
6464
if: always()
6565
name: Files Integrity Check

.github/workflows/push-release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
name: "Push git tags from repo working copies"
3030
steps:
31-
- uses: actions/download-artifact@v3
31+
- uses: actions/download-artifact@v4
3232
with:
3333
name: release-build-working-copies-${{ env.mageos_release }}
3434
- run: tar -xf release-build-working-copies-${{ env.mageos_release }}.tar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)