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 9898 run : ./scripts/retry.sh mvn -B -ntp test -Dtest=${{ matrix.test }} -DfailIfNoTests=false
9999
100100 - name : Upload jacoco artifact
101- uses : actions/upload-artifact@v3
101+ uses : actions/upload-artifact@v4
102102 with :
103103 name : ${{ matrix.test }}-jacoco-artifact
104104 path : ' **/*.exec'
@@ -111,7 +111,7 @@ jobs:
111111 mkdir artifacts
112112 find . -type d -name "*surefire*" -exec cp --parents -R {} artifacts/ \;
113113 zip -r ${{ matrix.test }}-artifacts.zip artifacts
114- - uses : actions/upload-artifact@master
114+ - uses : actions/upload-artifact@v4
115115 name : upload surefire-artifacts
116116 if : failure()
117117 with :
@@ -142,7 +142,7 @@ jobs:
142142 run : mvn clean install -DskipTests
143143
144144 - name : Download jacoco artifact
145- uses : actions/download-artifact@v3
145+ uses : actions/download-artifact@v4
146146 with :
147147 path : mqtt-impl/target
148148
You can’t perform that action at this time.
0 commit comments