8080 mvn -V -s settings.xml -Prelease clean package source:jar javadoc:jar gpg:sign deploy site site:stage -DreleaseTesting --no-transfer-progress --batch-mode
8181 - name : Archive code coverage results
8282 id : archive-coverage
83- uses : actions/upload-artifact@v4
83+ uses : actions/upload-artifact@v5
8484 with :
8585 name : code-coverage-report
8686 retention-days : 7
8989 **/target/jacoco-results/**/*.html
9090 - name : Archive Release
9191 id : archive-release
92- uses : actions/upload-artifact@v4
92+ uses : actions/upload-artifact@v5
9393 with :
9494 name : archive-release
9595 retention-days : 7
@@ -102,7 +102,7 @@ jobs:
102102 target/*.buildinfo
103103 - name : Archive Site
104104 id : archive-site
105- uses : actions/upload-artifact@v4
105+ uses : actions/upload-artifact@v5
106106 with :
107107 name : archive-site
108108 retention-days : 7
@@ -114,7 +114,7 @@ jobs:
114114# needs: build
115115# steps:
116116# - name: Download coverage reports
117- # uses: actions/download-artifact@v5
117+ # uses: actions/download-artifact@v6
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@v5
148148 - name : Download release build
149- uses : actions/download-artifact@v5
149+ uses : actions/download-artifact@v6
150150 with :
151151 name : archive-release
152152 - name : Set up Docker
@@ -185,7 +185,7 @@ jobs:
185185 VERSION=$( mvn help:evaluate -Dexpression=project.version -q -DforceStdout )
186186 echo "VERSION=$VERSION" >> $GITHUB_ENV
187187 - name : Download release build
188- uses : actions/download-artifact@v5
188+ uses : actions/download-artifact@v6
189189 with :
190190 name : archive-release
191191 - name : Create Release
@@ -260,7 +260,7 @@ jobs:
260260 - name : Checkout code
261261 uses : actions/checkout@v5
262262 - name : Download Site
263- uses : actions/download-artifact@v5
263+ uses : actions/download-artifact@v6
264264 with :
265265 name : archive-site
266266 path : target/staging
0 commit comments