Skip to content

Commit 8846398

Browse files
build(deps): bump actions/download-artifact from 4.1.8 to 4.3.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 4.3.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.8...v4.3.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e854678 commit 8846398

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
with:
108108
version: '17'
109109
- name: Download Maven Repo
110-
uses: actions/download-artifact@v4.1.8
110+
uses: actions/download-artifact@v4.3.0
111111
with:
112112
name: maven-repo-${{ github.run_id }}-${{ github.run_number }}
113113
path: .
@@ -142,7 +142,7 @@ jobs:
142142
with:
143143
version: '17'
144144
- name: Download Maven Repo
145-
uses: actions/download-artifact@v4.1.8
145+
uses: actions/download-artifact@v4.3.0
146146
with:
147147
name: maven-repo-${{ github.run_id }}-${{ github.run_number }}
148148
path: .

0 commit comments

Comments
 (0)