We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f9f7d7 commit 7444746Copy full SHA for 7444746
.github/workflows/default.yml
@@ -26,7 +26,7 @@ jobs:
26
distribution: 'temurin'
27
architecture: x64
28
- name: Download artifact
29
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v5
30
with:
31
name: build-artifact
32
- name: 'Report Coverage'
.github/workflows/release-build.yml
@@ -22,7 +22,7 @@ jobs:
22
23
24
25
- name: Create JAR bundle
0 commit comments