File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6767 run : make coverage report.md
6868
6969 - name : Upload coverage report
70- uses : actions/upload-artifact@v4
70+ uses : actions/upload-artifact@v7
7171 with :
7272 name : ocre-coverage
7373 include-hidden-files : true
Original file line number Diff line number Diff line change 6767 echo "BOARD_NAME=$(printf "%s\n" "$BOARD" | tr / _)" >> $GITHUB_ENV
6868
6969 - name : Upload build artifacts
70- uses : actions/upload-artifact@v4
70+ uses : actions/upload-artifact@v7
7171 with :
7272 name : ocre-zephyr-${{ env.BOARD_NAME }}-${{ matrix.app }}
7373 include-hidden-files : true
9999 echo "BOARD_NAME=$(printf "%s\n" "$BOARD" | tr / _)" >> $GITHUB_ENV
100100
101101 - name : Download build artifacts
102- uses : actions/download-artifact@v4
102+ uses : actions/download-artifact@v8
103103 with :
104104 name : ocre-zephyr-${{ env.BOARD_NAME }}-${{ matrix.app }}
105105
You can’t perform that action at this time.
0 commit comments