Skip to content

Commit 022a37d

Browse files
Bump actions/download-artifact from 4 to 5 in the dependencies group
Bumps the dependencies group with 1 update: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `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 dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4b212e8 commit 022a37d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
java-version: ${{ matrix.java }}
6969
distribution: 'temurin'
7070
cache: 'maven'
71-
- uses: actions/download-artifact@v4
71+
- uses: actions/download-artifact@v5
7272
with:
7373
name: undertow-maven-repository
7474
path: .

0 commit comments

Comments
 (0)