We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 23cef69 + 6153106 commit e16aac9Copy full SHA for e16aac9
2 files changed
.github/actions/bundle_release/action.yaml
@@ -7,7 +7,7 @@ runs:
7
shell: bash
8
9
- name: Download build artefacts
10
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
11
with:
12
path: release
13
.github/workflows/meson.yml
@@ -84,7 +84,7 @@ jobs:
84
sudo pip install meson
85
86
- name: ccache
87
- uses: hendrikmuhs/ccache-action@v1.2
+ uses: hendrikmuhs/ccache-action@v1.2.11 # Keep this at 1.2.11 until #181 or #182 is closed
88
89
key: ${{ github.job }}-${{ matrix.os }}
90
@@ -191,7 +191,7 @@ jobs:
191
github_token: ${{ secrets.GITHUB_TOKEN }}
192
193
194
195
196
197
0 commit comments