File tree Expand file tree Collapse file tree 9 files changed +15
-15
lines changed Expand file tree Collapse file tree 9 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 5151
5252 - name : Upload Test Results
5353 if : always()
54- uses : actions/upload-artifact@v3
54+ uses : actions/upload-artifact@v4
5555 with :
5656 name : bluetooth-test-results
5757 path : |
6060
6161 - name : Upload Event Details
6262 if : always()
63- uses : actions/upload-artifact@v3
63+ uses : actions/upload-artifact@v4
6464 with :
6565 name : event
6666 path : |
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111
112112 - name : Upload Unit Test Results
113113 if : always() && steps.twister.outputs.report_needed != 0
114- uses : actions/upload-artifact@v3
114+ uses : actions/upload-artifact@v4
115115 with :
116116 name : Unit Test Results (Subset ${{ matrix.platform }})
117117 path : twister-out/twister.xml
@@ -123,7 +123,7 @@ jobs:
123123 if : (success() || failure() ) && needs.clang-build.outputs.report_needed != 0
124124 steps :
125125 - name : Download Artifacts
126- uses : actions/download-artifact@v2
126+ uses : actions/download-artifact@v4
127127 with :
128128 path : artifacts
129129
Original file line number Diff line number Diff line change 9595
9696 - name : Upload Coverage Results
9797 if : always()
98- uses : actions/upload-artifact@v3
98+ uses : actions/upload-artifact@v4
9999 with :
100100 name : Coverage Data (Subset ${{ matrix.platform }})
101101 path : coverage/reports/${{ matrix.platform }}.info
@@ -113,7 +113,7 @@ jobs:
113113 with :
114114 fetch-depth : 0
115115 - name : Download Artifacts
116- uses : actions/download-artifact@v2
116+ uses : actions/download-artifact@v4
117117 with :
118118 path : coverage/reports
119119
Original file line number Diff line number Diff line change 7272 ./scripts/ci/check_compliance.py -m Codeowners -m Devicetree -m Gitlint -m Identity -m Nits -m pylint -m checkpatch -m Kconfig -c origin/${BASE_REF}..
7373
7474 - name : upload-results
75- uses : actions/upload-artifact@v3
75+ uses : actions/upload-artifact@v4
7676 continue-on-error : True
7777 with :
7878 name : compliance.xml
Original file line number Diff line number Diff line change 8787 tar cfJ html-output.tar.xz --directory=doc/_build html
8888
8989 - name : upload-build
90- uses : actions/upload-artifact@v3
90+ uses : actions/upload-artifact@v4
9191 with :
9292 name : html-output
9393 path : html-output.tar.xz
@@ -103,7 +103,7 @@ jobs:
103103 echo "::notice:: Documentation will be available shortly at: ${DOC_URL}"
104104
105105 - name : upload-pr-number
106- uses : actions/upload-artifact@v3
106+ uses : actions/upload-artifact@v4
107107 if : github.event_name == 'pull_request'
108108 with :
109109 name : pr_num
@@ -161,7 +161,7 @@ jobs:
161161 DOC_TAG=${DOC_TAG} SPHINXOPTS="-q -j auto" LATEXMKOPTS="-quiet -halt-on-error" make -C doc pdf
162162
163163 - name : upload-build
164- uses : actions/upload-artifact@v3
164+ uses : actions/upload-artifact@v4
165165 with :
166166 name : pdf-output
167167 path : doc/_build/latex/zephyr.pdf
Original file line number Diff line number Diff line change 3434 token : ${{ secrets.GITHUB_TOKEN }}
3535
3636 - name : upload-stats
37- uses : actions/upload-artifact@v3
37+ uses : actions/upload-artifact@v4
3838 continue-on-error : True
3939 with :
4040 name : ${{ env.OUTPUT_FILE_NAME }}
Original file line number Diff line number Diff line change 1515 with :
1616 directory-to-scan : ' scan/'
1717 - name : Artifact Upload
18- uses : actions/upload-artifact@v3
18+ uses : actions/upload-artifact@v4
1919 with :
2020 name : scancode
2121 path : ./artifacts
Original file line number Diff line number Diff line change 2424 args : spdx -o zephyr-${{ steps.get_version.outputs.VERSION }}.spdx
2525
2626 - name : upload-results
27- uses : actions/upload-artifact@v3
27+ uses : actions/upload-artifact@v4
2828 continue-on-error : True
2929 with :
3030 name : zephyr-${{ steps.get_version.outputs.VERSION }}.spdx
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ jobs:
219219
220220 - name : Upload Unit Test Results
221221 if : always()
222- uses : actions/upload-artifact@v3
222+ uses : actions/upload-artifact@v4
223223 with :
224224 name : Unit Test Results (Subset ${{ matrix.subset }})
225225 if-no-files-found : ignore
@@ -236,7 +236,7 @@ jobs:
236236
237237 steps :
238238 - name : Download Artifacts
239- uses : actions/download-artifact@v2
239+ uses : actions/download-artifact@v4
240240 with :
241241 path : artifacts
242242
You can’t perform that action at this time.
0 commit comments