From 88d702f6df4af248b44822c53fab2e8aeca86c47 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Tue, 4 Feb 2025 21:10:43 +0100 Subject: [PATCH] [CI] Switch to actions/upload-artifact@v4 --- .github/workflows/android.yml | 2 +- .github/workflows/macOS.yml | 2 +- .github/workflows/windows.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 3ba9da4f..8e8377fa 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -72,7 +72,7 @@ jobs: fi - name: Upload zip - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: firebird-emu-android path: build/firebird-emu.apk diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index 4f907548..eb4825b7 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -85,7 +85,7 @@ jobs: xcrun stapler staple "firebird-emu_macOS.dmg" - name: "Upload DMG" - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: firebird-emu_macOS path: firebird-emu_macOS.dmg diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 27bca356..0a96f08a 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -51,7 +51,7 @@ jobs: windeployqt --qmldir=../qml --no-qmltooling firebird-emu/firebird-emu.exe - name: Upload zip - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: firebird-emu-${{ matrix.arch }} # Use a wildcard to force a subfolder