We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a96000 + d122365 commit bb6767dCopy full SHA for bb6767d
.github/workflows/build-chocolatey.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Build the Chocolatey package (.nupkg)
50
run: choco pack ./pkgs/chocolatey/scala.nuspec --out ./pkgs/chocolatey
51
- name: Upload the Chocolatey package to GitHub
52
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
53
with:
54
name: scala.nupkg
55
path: ./pkgs/chocolatey/scala.${{ inputs.version }}.nupkg
.github/workflows/build-sdk.yml
@@ -45,7 +45,7 @@ jobs:
45
run : ./project/scripts/sbt dist/pack
46
47
- name: Upload zip archive to GitHub Artifact (universal)
48
id : universal
path: ./dist/target/pack/*
0 commit comments