Skip to content

Commit d7ff7de

Browse files
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>
1 parent ce57b71 commit d7ff7de

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ jobs:
425425
prepareSDK "-x86_64-pc-win32" "dist-win-x86_64" "./dist/win-x86_64/"
426426
427427
- name: Download MSI package
428-
uses: actions/download-artifact@v5
428+
uses: actions/download-artifact@v6
429429
with:
430430
name: scala.msi
431431
path: .

.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@v5
34+
uses: actions/download-artifact@v6
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@v5
38+
uses: actions/download-artifact@v6
3939
with:
4040
name: scala.nupkg
4141
path: ${{ env.CHOCOLATEY-REPOSITORY }}

.github/workflows/test-msi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
distribution: temurin
3030
java-version: ${{ inputs.java-version }}
3131
- name: Download MSI artifact
32-
uses: actions/download-artifact@v5
32+
uses: actions/download-artifact@v6
3333
with:
3434
name: scala.msi
3535
path: .

0 commit comments

Comments
 (0)