File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9595
9696 - name : upload-coverage-artifact
9797 if : ${{ matrix.domain == '32bit' }}
98- uses : actions/upload-artifact@v4
98+ uses : actions/upload-artifact@v7
9999 with :
100100 name : coverage-${{ matrix.domain }}-${{ matrix.chunk }}
101101 path : coverage.info
@@ -214,7 +214,7 @@ jobs:
214214 run : sudo apt-get update && sudo apt-get install lcov
215215
216216 - name : download-coverage-artifacts
217- uses : actions/download-artifact@v4
217+ uses : actions/download-artifact@v7
218218
219219 - name : merge-coverage-report
220220 run : lcov $(for i in coverage-*-*/coverage.info; do echo -a $i; done) --output-file coverage.info
Original file line number Diff line number Diff line change 3434
3535 - name : upload-full-clang-format-config
3636 if : ${{ failure() }}
37- uses : actions/upload-artifact@v4
37+ uses : actions/upload-artifact@v7
3838 with :
3939 name : reformat.patch
4040 path : reformat.patch
Original file line number Diff line number Diff line change 5959 run : cp build/${{ steps.extract_pkg.outputs.pkg_name }} build/${{ steps.extract_pkg.outputs.artifact_name }}
6060
6161 - name : Upload Artifact
62- uses : actions/upload-artifact@v4
62+ uses : actions/upload-artifact@v7
6363 with :
6464 name : ${{ steps.extract_pkg.outputs.artifact_name }}
6565 path : build/${{ steps.extract_pkg.outputs.artifact_name }}
@@ -120,7 +120,7 @@ jobs:
120120 runs-on : ubuntu-latest
121121 steps :
122122 - name : Download All Artifacts
123- uses : actions/download-artifact@v4
123+ uses : actions/download-artifact@v7
124124 with :
125125 path : ./downloads
126126
@@ -150,7 +150,7 @@ jobs:
150150 clean : false
151151
152152 - name : Download All Artifacts
153- uses : actions/download-artifact@v4
153+ uses : actions/download-artifact@v7
154154 with :
155155 path : ./downloads
156156
You can’t perform that action at this time.
0 commit comments