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 7
7
shell : bash
8
8
9
9
- name : Download build artefacts
10
- uses : actions/download-artifact@v3
10
+ uses : actions/download-artifact@v4
11
11
with :
12
12
path : release
13
13
Original file line number Diff line number Diff line change 84
84
sudo pip install meson
85
85
86
86
- 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
88
88
with :
89
89
key : ${{ github.job }}-${{ matrix.os }}
90
90
@@ -191,7 +191,7 @@ jobs:
191
191
github_token : ${{ secrets.GITHUB_TOKEN }}
192
192
193
193
- 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
195
195
with :
196
196
key : ${{ github.job }}-${{ matrix.os }}
197
197
You can’t perform that action at this time.
0 commit comments