From 8dac6c37d08440b069628f6dae8b68245dd84ec7 Mon Sep 17 00:00:00 2001 From: Tomasz Palys Date: Fri, 31 Jan 2025 12:00:33 +0100 Subject: [PATCH] [CI] Use new API version Summary: The API we're using was disabled nad we need to use a more recent version. https://linear.app/comm/issue/ENG-10136/github-actions-fail-because-of-an-deprecated-api Depends on D14286 Test Plan: Tested it directly on GitHub, but a different (sing-related) error appears, so I'll try to test it by landing on master. Reviewers: kamil, bartek Reviewed By: bartek Subscribers: ashoat Differential Revision: https://phab.comm.dev/D14287 --- .github/workflows/macos_ci.yml | 2 +- .github/workflows/windows_ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos_ci.yml b/.github/workflows/macos_ci.yml index 3009ba34cd..db50f1a5bf 100644 --- a/.github/workflows/macos_ci.yml +++ b/.github/workflows/macos_ci.yml @@ -69,7 +69,7 @@ jobs: run: yarn make --arch universal - name: Upload Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: macos-artifacts path: ./desktop/out/make/**/* diff --git a/.github/workflows/windows_ci.yml b/.github/workflows/windows_ci.yml index 35a80120cb..56a16871f3 100644 --- a/.github/workflows/windows_ci.yml +++ b/.github/workflows/windows_ci.yml @@ -41,7 +41,7 @@ jobs: run: yarn make - name: Upload Artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: windows-artifacts path: ./desktop/out/make/**/*