File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ jobs:
2222
2323 - name : Cache Python modules
2424 id : cache-python
25- uses : actions/cache@v3
25+ uses : actions/cache@v4
2626 with :
2727 path : ~/.cache/pip
2828 key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
2929 restore-keys : |
3030 ${{ runner.os }}-pip-
3131
3232 - name : Checkout source files
33- uses : actions/checkout@v2
33+ uses : actions/checkout@v4
3434 with :
3535 fetch-depth : 0
3636
4848
4949 - name : Cache CCache
5050 id : ccache
51- uses : actions/cache@v3
51+ uses : actions/cache@v4
5252 with :
5353 path : .ccache
5454 key : ${{ runner.os }}-gcc-${{ matrix.gcc }}-${{ hashFiles('log.txt') }}
7070 (ls -lR firmware_*; ccache -s; arm-none-eabi-gcc -v) | tee log.txt
7171
7272 - name : Upload test artifacts
73- uses : actions/upload-artifact@v3
73+ uses : actions/upload-artifact@v4
7474 with :
7575 name : firmware-dev-${{github.run_number}}
7676 path : |
Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ jobs:
2222
2323 - name : Cache Python modules
2424 id : cache-python
25- uses : actions/cache@v3
25+ uses : actions/cache@v4
2626 with :
2727 path : ~/.cache/pip
2828 key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
2929 restore-keys : |
3030 ${{ runner.os }}-pip-
3131
3232 - name : Checkout source files
33- uses : actions/checkout@v2
33+ uses : actions/checkout@v4
3434 with :
3535 fetch-depth : 0
3636
4646
4747 - name : Cache CCache
4848 id : ccache
49- uses : actions/cache@v3
49+ uses : actions/cache@v4
5050 with :
5151 path : .ccache
5252 key : ${{ runner.os }}-gcc-${{ matrix.gcc }}-${{ hashFiles('log.txt') }}
Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ jobs:
1616 release : ${{ matrix.gcc }}
1717
1818 - name : Cache Python modules
19- uses : actions/cache@v3
19+ uses : actions/cache@v4
2020 with :
2121 path : ~\AppData\Local\pip\Cache
2222 key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
2323 restore-keys : |
2424 ${{ runner.os }}-pip-
2525
2626 - name : Checkout source files
27- uses : actions/checkout@v2
27+ uses : actions/checkout@v4
2828 with :
2929 fetch-depth : 0
3030
3939 shell : cmd
4040
4141 - name : Upload test artifacts
42- uses : actions/upload-artifact@v3
42+ uses : actions/upload-artifact@v4
4343 with :
4444 name : firmware-dev-${{github.run_number}}
4545 path : |
You can’t perform that action at this time.
0 commit comments