From 7b2645f14f357ea7595138a39a2a3c00024b6c08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benedek=20D=C3=A9v=C3=A9nyi?= Date: Wed, 12 Feb 2025 12:25:11 +0100 Subject: [PATCH] Temporarily disable uploading Flatpak artifacts (#986) It doesn't work right now, because `flatpak-builder-actions` uses a deprecated version of `upload-artifact`. Upstream ticket here: https://github.com/flatpak/flatpak-github-actions/issues/214 --- .github/workflows/flatpak.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index ec0f9d42..cec1dc8d 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -33,7 +33,7 @@ jobs: with: platforms: arm64 - - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6 + - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@master with: repository-name: gnome-nightly repository-url: https://nightly.gnome.org/gnome-nightly.flatpakrepo @@ -41,3 +41,4 @@ jobs: manifest-path: com.github.geigi.cozy.json cache-key: "flatpak-builder-${{ github.sha }}" arch: ${{ matrix.arch }} + upload-artifact: false