3636 env :
3737 MAVEN_OPTS : ${{ env.JAVA_11_PLUS_MAVEN_OPTS }}
3838 run : mvn -B clean install -DskipTests --file pom.xml
39- - uses : actions/upload-artifact@v5
39+ - uses : actions/upload-artifact@v6
4040 with :
4141 name : maven-target-directory
4242 path : target/
@@ -110,7 +110,7 @@ jobs:
110110 run : mvn -B clean install -D enable-ci --file pom.xml "-Dsurefire.argLine=--add-opens java.base/java.net=ALL-UNNAMED"
111111 - name : Save coverage data
112112 if : matrix.os == 'ubuntu' && matrix.java == '17'
113- uses : actions/upload-artifact@v5
113+ uses : actions/upload-artifact@v6
114114 with :
115115 name : maven-test-target-directory
116116 path : target/
@@ -121,12 +121,12 @@ jobs:
121121 runs-on : ubuntu-latest
122122 steps :
123123 - uses : actions/checkout@v6
124- - uses : actions/download-artifact@v6
124+ - uses : actions/download-artifact@v7
125125 with :
126126 name : maven-test-target-directory
127127 path : target
128128 - name : Codecov Report
129- uses : codecov/codecov-action@v5.5.1
129+ uses : codecov/codecov-action@v5.5.2
130130 with :
131131 # Codecov token from https://app.codecov.io/gh/hub4j/github-api/settings
132132 token : ${{ secrets.CODECOV_TOKEN }}
@@ -139,7 +139,7 @@ jobs:
139139 runs-on : ubuntu-latest
140140 steps :
141141 - uses : actions/checkout@v6
142- - uses : actions/download-artifact@v6
142+ - uses : actions/download-artifact@v7
143143 with :
144144 name : maven-target-directory
145145 path : target
0 commit comments