summaryrefslogtreecommitdiff
path: root/.github/workflows/macos.yml
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2024-07-26 08:02:47 +0530
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2024-07-30 13:13:23 +0530
commit2daf5f7c9d825e9c130be9bf4c6234edf30859d9 (patch)
treeb9ff506401fc649af5a430589e23b4b47098c625 /.github/workflows/macos.yml
parentfb108e69b1418aa4598502d4e7f5efcb8af80564 (diff)
downloadmeson-2daf5f7c9d825e9c130be9bf4c6234edf30859d9.tar.gz
ci: Update actions/upload-artifact to v4 to fix deprecations
Diffstat (limited to '.github/workflows/macos.yml')
-rw-r--r--.github/workflows/macos.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index e7d1a7872..88acbef90 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -145,13 +145,13 @@ jobs:
- run: ln -sfn /usr/local/Cellar/qt@4/4.8.7_6.reinstall /usr/local/Cellar/qt@4/4.8.7_6
- run: meson setup "test cases/frameworks/4 qt" build -Drequired=qt4
- run: meson compile -C build
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
if: failure()
with:
name: Qt4_Mac_build
path: build/meson-logs/meson-log.txt
- run: meson test -C build -v
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
if: failure()
with:
name: Qt4_Mac_test