File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105 run : ./scripts/retry.sh mvn -B -ntp test -Dtest=${{ matrix.test }} -DfailIfNoTests=false
106106
107107 - name : Upload jacoco artifact
108- uses : actions/upload-artifact@v3
108+ uses : actions/upload-artifact@v4
109109 with :
110110 name : ${{ matrix.test }}-jacoco-artifact
111111 path : ' **/*.exec'
@@ -118,7 +118,7 @@ jobs:
118118 mkdir artifacts
119119 find . -type d -name "*surefire*" -exec cp --parents -R {} artifacts/ \;
120120 zip -r ${{ matrix.test }}-artifacts.zip artifacts
121- - uses : actions/upload-artifact@master
121+ - uses : actions/upload-artifact@v4
122122 name : upload surefire-artifacts
123123 if : failure()
124124 with :
@@ -149,7 +149,7 @@ jobs:
149149 run : mvn clean install -DskipTests
150150
151151 - name : Download jacoco artifact
152- uses : actions/download-artifact@v3
152+ uses : actions/download-artifact@v4
153153 with :
154154 path : mqtt-broker/target
155155
You can’t perform that action at this time.
0 commit comments