File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4848 cd build
4949 ./aspect --test
5050 - name : archive test results
51- uses : actions/upload-artifact@v4
51+ uses : actions/upload-artifact@v5
5252 with :
5353 name : clang-tidy-results.txt
5454 path : build/clang-tidy-results.txt
Original file line number Diff line number Diff line change 7171 ./contrib/utilities/indent
7272 git diff > changes-astyle.diff
7373 - name : archive indent results
74- uses : actions/upload-artifact@v4
74+ uses : actions/upload-artifact@v5
7575 with :
7676 name : changes-astyle.diff
7777 path : changes-astyle.diff
@@ -169,7 +169,7 @@ jobs:
169169 ninja generate_reference_output
170170 git diff ../tests > ${{ matrix.result-file }}
171171 - name : archive test results
172- uses : actions/upload-artifact@v4
172+ uses : actions/upload-artifact@v5
173173 with :
174174 name : ${{ matrix.result-file }}
175175 path : build/${{ matrix.result-file }}
Original file line number Diff line number Diff line change 4242 - name : Store typos diff file
4343 run : git diff > changes-typos.diff
4444 - name : archive typos results
45- uses : actions/upload-artifact@v4
45+ uses : actions/upload-artifact@v5
4646 with :
4747 name : changes-typos.diff
4848 path : changes-typos.diff
You can’t perform that action at this time.
0 commit comments