File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77 shell : bash
88
99 - name : Download build artefacts
10- uses : actions/download-artifact@v3
10+ uses : actions/download-artifact@v4
1111 with :
1212 path : release
1313
Original file line number Diff line number Diff line change 8484 sudo pip install meson
8585
8686 - name : ccache
87- uses : hendrikmuhs/ccache-action@v1.2
87+ uses : hendrikmuhs/ccache-action@v1.2.11 # Keep this at 1.2.11 until #181 or #182 is closed
8888 with :
8989 key : ${{ github.job }}-${{ matrix.os }}
9090
@@ -191,7 +191,7 @@ jobs:
191191 github_token : ${{ secrets.GITHUB_TOKEN }}
192192
193193 - name : ccache
194- uses : hendrikmuhs/ccache-action@v1.2
194+ uses : hendrikmuhs/ccache-action@v1.2.11 # Keep this at 1.2.11 until #181 or #182 is closed
195195 with :
196196 key : ${{ github.job }}-${{ matrix.os }}
197197
You can’t perform that action at this time.
0 commit comments