Skip to content

Commit df14f50

Browse files
authored
Merge pull request #568 from scala/backport-lts-3.3-23711
Backport "Bump actions/download-artifact from 4 to 5" to 3.3 LTS
2 parents fcff576 + ef50914 commit df14f50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-chocolatey.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: windows-latest
3232
steps:
3333
- name: Fetch the Chocolatey package from GitHub
34-
uses: actions/download-artifact@v4
34+
uses: actions/download-artifact@v5
3535
with:
3636
name: scala.nupkg
3737
- name: Publish the package to Chocolatey

.github/workflows/test-chocolatey.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
distribution: temurin
3636
java-version: ${{ inputs.java-version }}
3737
- name: Download the 'nupkg' from GitHub Artifacts
38-
uses: actions/download-artifact@v4
38+
uses: actions/download-artifact@v5
3939
with:
4040
name: scala.nupkg
4141
path: ${{ env.CHOCOLATEY-REPOSITORY }}

0 commit comments

Comments
 (0)