Skip to content

Commit db8dd16

Browse files
build(deps): bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b9383c1 commit db8dd16

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
# needs: build
108108
# steps:
109109
# - name: Download coverage reports
110-
# uses: actions/download-artifact@v4
110+
# uses: actions/download-artifact@v5
111111
# with:
112112
# name: code-coverage-report
113113
# - name: Run codacy-coverage-reporter
@@ -138,7 +138,7 @@ jobs:
138138
restore-keys: |
139139
${{ runner.os }}-maven-
140140
- name: Download release build
141-
uses: actions/download-artifact@v4
141+
uses: actions/download-artifact@v5
142142
with:
143143
name: archive-snapshot
144144
- name: Build Docker Image

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
# needs: build
115115
# steps:
116116
# - name: Download coverage reports
117-
# uses: actions/download-artifact@v4
117+
# uses: actions/download-artifact@v5
118118
# with:
119119
# name: code-coverage-report
120120
# - name: Run codacy-coverage-reporter
@@ -146,7 +146,7 @@ jobs:
146146
- name: Checkout code
147147
uses: actions/checkout@v4
148148
- name: Download release build
149-
uses: actions/download-artifact@v4
149+
uses: actions/download-artifact@v5
150150
with:
151151
name: archive-release
152152
- name: Build Docker Image
@@ -173,7 +173,7 @@ jobs:
173173
VERSION=$( mvn help:evaluate -Dexpression=project.version -q -DforceStdout )
174174
echo "VERSION=$VERSION" >> $GITHUB_ENV
175175
- name: Download release build
176-
uses: actions/download-artifact@v4
176+
uses: actions/download-artifact@v5
177177
with:
178178
name: archive-release
179179
- name: Create Release
@@ -248,7 +248,7 @@ jobs:
248248
- name: Checkout code
249249
uses: actions/checkout@v4
250250
- name: Download Site
251-
uses: actions/download-artifact@v4
251+
uses: actions/download-artifact@v5
252252
with:
253253
name: archive-site
254254
path: target/staging

0 commit comments

Comments
 (0)