From d348d9497f2d99dfa4ab205d48b46f93596bb8da Mon Sep 17 00:00:00 2001 From: Burak Yigit Kaya Date: Fri, 6 Feb 2026 18:25:14 +0000 Subject: [PATCH] Revert "fix(build): Add legacy artifact name for backward compatibility (#743)" This reverts commit 2bd5eb6e35e6cf22a74f6c868ae17a03b8d58f20. --- .github/workflows/build.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8d2b4be3..c408f3af 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: contents: read strategy: matrix: - node: ['20', '22'] + node: ['20','22'] name: Node ${{ matrix.node }} steps: - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 @@ -84,15 +84,6 @@ jobs: path: | ${{ github.workspace }}/*.tgz ${{ github.workspace }}/dist/craft - # Legacy artifact name for backward compatibility with older Craft versions - # that look for artifact.name === commit SHA. Can be removed after 2.21.0 is released. - - name: Upload Legacy Artifact (backward compat) - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4 - with: - name: ${{ github.sha }} - path: | - ${{ github.workspace }}/*.tgz - ${{ github.workspace }}/dist/craft docs: name: Build Docs