Skip to content

Commit

Permalink
[CI] Use new API version
Browse files Browse the repository at this point in the history
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
  • Loading branch information
palys-swm committed Jan 31, 2025
1 parent 2cea5f3 commit 8dac6c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**/*
Expand Down

0 comments on commit 8dac6c3

Please sign in to comment.