File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-20.04
1111 steps :
1212 - name : Checkout code
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v4
1414 with :
1515 fetch-depth : 0
1616 - name : get checkpatch
Original file line number Diff line number Diff line change 77 - azalea*
88 paths :
99 - ' zephyr/program/lotus/**'
10+ - ' .github/workflows/**'
1011 # pull_request:
1112 # branches:
1213 # - lotus-zephyr
3536 steps :
3637 # Need to use git
3738 # - name: Checkout EC code
38- # uses: actions/checkout@v3
39+ # uses: actions/checkout@v4
3940 # with:
4041 # path: /lotus/ec_home/chromiumos/src/platform/ec
4142
4647 # repository: ssh://git@github.com/FrameworkComputer/zephyr-ec
4748
4849 # Need to manually checkout
49- # actions/checkout@v3 complains:
50+ # actions/checkout@v4 complains:
5051 # Error: Repository path '/lotus/ec_home/chromiumos/src/platform/ec' is not under '/data/ec_home/actions-runner/_work/ec/ec'
5152 # See: https://github.com/actions/checkout/issues/197
5253 - name : Manual checkout
7677 run : |
7778 echo "VERSIONINFO=$(date -u +'%Y-%m-%d-%H-%M-%S')_$GITHUB_SHA" >> $GITHUB_ENV
7879
79- - uses : actions/upload-artifact@v3
80+ - uses : actions/upload-artifact@v4
8081 with :
8182 name : ${{ matrix.platform.name }}.${{ env.VERSIONINFO }}
8283 path : /${{ matrix.platform.folder }}/ec_home/chromiumos/src/platform/ec/build/zephyr/${{ matrix.platform.name }}/output
You can’t perform that action at this time.
0 commit comments