Skip to content

Commit 44c46ba

Browse files
dependabot[bot]jamesnetherton
authored andcommitted
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9a135b1 commit 44c46ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-build.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
distribution: 'temurin'
121121
java-version: '17'
122122
- name: Download Maven Repo
123-
uses: actions/download-artifact@v5
123+
uses: actions/download-artifact@v6
124124
with:
125125
name: maven-repo
126126
path: ..
@@ -180,7 +180,7 @@ jobs:
180180
distribution: 'temurin'
181181
java-version: ${{ matrix.jdk }}
182182
- name: Download Maven Repo
183-
uses: actions/download-artifact@v5
183+
uses: actions/download-artifact@v6
184184
with:
185185
name: maven-repo
186186
path: ..
@@ -214,7 +214,7 @@ jobs:
214214
distribution: 'temurin'
215215
java-version: '17'
216216
- name: Download Maven Repo
217-
uses: actions/download-artifact@v5
217+
uses: actions/download-artifact@v6
218218
with:
219219
name: maven-repo
220220
path: ..

0 commit comments

Comments
 (0)