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 fcff576 + ef50914 commit df14f50Copy full SHA for df14f50
.github/workflows/publish-chocolatey.yml
@@ -31,7 +31,7 @@ jobs:
31
runs-on: windows-latest
32
steps:
33
- name: Fetch the Chocolatey package from GitHub
34
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
35
with:
36
name: scala.nupkg
37
- name: Publish the package to Chocolatey
.github/workflows/test-chocolatey.yml
@@ -35,7 +35,7 @@ jobs:
distribution: temurin
java-version: ${{ inputs.java-version }}
- name: Download the 'nupkg' from GitHub Artifacts
38
39
40
41
path: ${{ env.CHOCOLATEY-REPOSITORY }}
0 commit comments