Skip to content

Commit e16aac9

Browse files
authored
Merge pull request #81 from cortex-command-community/update-actions
Update download-artifact to v4
2 parents 23cef69 + 6153106 commit e16aac9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/bundle_release/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
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

.github/workflows/meson.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
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

0 commit comments

Comments
 (0)