Skip to content

Commit 42015b3

Browse files
committed
Bump actions/download-artifact from 5 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 5 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> [Cherry-picked d7ff7de][modified]
1 parent 40f45a6 commit 42015b3

File tree

1 file changed

+0
-41
lines changed

1 file changed

+0
-41
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -715,47 +715,6 @@ jobs:
715715
exit 1
716716
fi
717717
718-
<<<<<<< backport-lts-3.3-24271
719-
=======
720-
- name: Prepare the SDKs
721-
shell: bash
722-
run : |
723-
prepareSDK() {
724-
distroSuffix="$1"
725-
sbtProject="$2"
726-
distDir="$3"
727-
728-
# Build binaries
729-
./project/scripts/sbt "all ${sbtProject}/Universal/packageBin ${sbtProject}/Universal/packageZipTarball"
730-
731-
artifactName="scala3-${{ env.RELEASE_TAG }}${distroSuffix}"
732-
733-
# Caluclate SHA for each of archive files
734-
for file in "${artifactName}.zip" "${artifactName}.tar.gz"; do
735-
mv ${distDir}/target/universal/$file $file
736-
sha256sum "${file}" > "${file}.sha256"
737-
done
738-
}
739-
prepareSDK "" "dist" "./dist/"
740-
prepareSDK "-aarch64-pc-linux" "dist-linux-aarch64" "./dist/linux-aarch64/"
741-
prepareSDK "-x86_64-pc-linux" "dist-linux-x86_64" "./dist/linux-x86_64/"
742-
prepareSDK "-aarch64-apple-darwin" "dist-mac-aarch64" "./dist/mac-aarch64/"
743-
prepareSDK "-x86_64-apple-darwin" "dist-mac-x86_64" "./dist/mac-x86_64/"
744-
prepareSDK "-x86_64-pc-win32" "dist-win-x86_64" "./dist/win-x86_64/"
745-
746-
- name: Download MSI package
747-
uses: actions/download-artifact@v6
748-
with:
749-
name: scala.msi
750-
path: .
751-
- name: Prepare MSI package
752-
shell: bash
753-
run: |
754-
msiInstaller="scala3-${{ env.RELEASE_TAG }}.msi"
755-
mv scala.msi "${msiInstaller}"
756-
sha256sum "${msiInstaller}" > "${msiInstaller}.sha256"
757-
758-
>>>>>>> d7ff7de Bump actions/download-artifact from 5 to 6
759718
- name: Install GH CLI
760719
uses: dev-hanz-ops/install-gh-cli-action@v0.2.1
761720
with:

0 commit comments

Comments
 (0)