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 @@ -100,7 +100,7 @@ jobs:
100100 run : ./scripts/retry.sh mvn -B -ntp test -Dtest=${{ matrix.test }} -DfailIfNoTests=false
101101
102102 - name : Upload jacoco artifact
103- uses : actions/upload-artifact@v3
103+ uses : actions/upload-artifact@v4
104104 with :
105105 name : ${{ matrix.test }}-jacoco-artifact
106106 path : ' **/*.exec'
@@ -113,7 +113,7 @@ jobs:
113113 mkdir artifacts
114114 find . -type d -name "*surefire*" -exec cp --parents -R {} artifacts/ \;
115115 zip -r ${{ matrix.test }}-artifacts.zip artifacts
116- - uses : actions/upload-artifact@master
116+ - uses : actions/upload-artifact@v4
117117 name : upload surefire-artifacts
118118 if : failure()
119119 with :
@@ -144,7 +144,7 @@ jobs:
144144 run : mvn clean install -DskipTests
145145
146146 - name : Download jacoco artifact
147- uses : actions/download-artifact@v3
147+ uses : actions/download-artifact@v4
148148 with :
149149 path : mqtt-broker/target
150150
You can’t perform that action at this time.
0 commit comments