[GHA] Use v4 for upload artifact #310
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Snapshot - Eclipse LS Extensions | |
| concurrency: | |
| group: snapshot-all | |
| cancel-in-progress: true | |
| on: | |
| workflow_dispatch: | |
| push: | |
| branches: | |
| - 'main' | |
| jobs: | |
| language-servers-multiplatform-build: | |
| uses: ./.github/workflows/multiplatform-ls-build.yml | |
| with: | |
| java_version: '21' | |
| skip_tests: false | |
| secrets: inherit | |
| eclipse-ls-extensions: | |
| needs: [ language-servers-multiplatform-build ] | |
| uses: ./.github/workflows/eclipse-ls-extensions-build.yml | |
| with: | |
| eclipse_profile: 'e433' | |
| build_type: 'snapshot' | |
| skip_tests: true | |
| secrets: inherit | |
| e433-distro: | |
| needs: [ eclipse-ls-extensions ] | |
| uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml | |
| with: | |
| eclipse_profile: 'e433' | |
| build_type: 'snapshot' | |
| java_version: '21' | |
| secrets: inherit | |
| e434-distro: | |
| needs: [ eclipse-ls-extensions ] | |
| uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml | |
| with: | |
| eclipse_profile: 'e434' | |
| build_type: 'snapshot' | |
| java_version: '21' | |
| secrets: inherit | |
| e435-distro: | |
| needs: [ eclipse-ls-extensions ] | |
| uses: ./.github/workflows/gh-hosted-eclipse-distro-build.yml | |
| with: | |
| eclipse_profile: 'e435' | |
| build_type: 'snapshot' | |
| java_version: '21' | |
| secrets: inherit | |
| vscode-spring-boot: | |
| needs: [ language-servers-multiplatform-build ] | |
| uses: ./.github/workflows/snapshot-vscode-extension.yml | |
| with: | |
| extension-name: vscode-spring-boot | |
| secrets: inherit | |
| vscode-concourse: | |
| needs: [ language-servers-multiplatform-build ] | |
| uses: ./.github/workflows/snapshot-vscode-extension.yml | |
| with: | |
| extension-name: vscode-concourse | |
| secrets: inherit | |
| vscode-manifest-yaml: | |
| needs: [ language-servers-multiplatform-build ] | |
| uses: ./.github/workflows/snapshot-vscode-extension.yml | |
| with: | |
| extension-name: vscode-manifest-yaml | |
| secrets: inherit | |
| vscode-bosh: | |
| needs: [ language-servers-multiplatform-build ] | |
| uses: ./.github/workflows/snapshot-vscode-extension.yml | |
| with: | |
| extension-name: vscode-bosh | |
| secrets: inherit |