Skip to content

Commit 7444746

Browse files
Update actions/download-artifact action to v5 (#287)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3f9f7d7 commit 7444746

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
distribution: 'temurin'
2727
architecture: x64
2828
- name: Download artifact
29-
uses: actions/download-artifact@v4
29+
uses: actions/download-artifact@v5
3030
with:
3131
name: build-artifact
3232
- name: 'Report Coverage'

.github/workflows/release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
distribution: 'temurin'
2323
architecture: x64
2424
- name: Download artifact
25-
uses: actions/download-artifact@v4
25+
uses: actions/download-artifact@v5
2626
with:
2727
name: build-artifact
2828
- name: Create JAR bundle

0 commit comments

Comments
 (0)