We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1c47fc commit 3d00d15Copy full SHA for 3d00d15
1 file changed
.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
43
run: ./mvnw test
44
- name: Upload test results
45
if: always()
46
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
47
with:
48
name: Test artifacts
49
retention-days: 21
@@ -62,7 +62,7 @@ jobs:
62
pull-requests: write
63
steps:
64
- name: Download artifacts
65
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
66
67
path: artifacts
68
- name: Publish test results
@@ -140,7 +140,7 @@ jobs:
140
JRELEASER_NEXUS2_PASSWORD: ${{ secrets.JRELEASER_DEPLOY_MAVEN_NEXUS2_PASSWORD }}
141
# Upload JRelease debug log
142
- name: JReleaser output
143
144
145
146
name: jreleaser-release
0 commit comments