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