Skip to content

Commit f1106a8

Browse files
ahornbyfacebook-github-bot
authored andcommitted
run the github actions update
Summary: Pick up the changes from master to main change Reviewed By: zpao Differential Revision: D32693532 fbshipit-source-id: 8cf68e3310b4d2daf71fb10eee7a801c6eabbd48
1 parent 61e674f commit f1106a8

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/getdeps_linux.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ name: linux
55
on:
66
push:
77
branches:
8-
- master
8+
- main
99
pull_request:
1010
branches:
11-
- master
11+
- main
1212

1313
jobs:
1414
build:
@@ -107,7 +107,7 @@ jobs:
107107
run: python3 build/fbcode_builder/getdeps.py build --src-dir=. fbthrift --project-install-prefix fbthrift:/usr/local
108108
- name: Copy artifacts
109109
run: python3 build/fbcode_builder/getdeps.py fixup-dyn-deps --strip --src-dir=. fbthrift _artifacts/linux --project-install-prefix fbthrift:/usr/local --final-install-prefix /usr/local
110-
- uses: actions/upload-artifact@master
110+
- uses: actions/upload-artifact@main
111111
with:
112112
name: fbthrift
113113
path: _artifacts

.github/workflows/getdeps_mac.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ name: mac
55
on:
66
push:
77
branches:
8-
- master
8+
- main
99
pull_request:
1010
branches:
11-
- master
11+
- main
1212

1313
jobs:
1414
build:
@@ -111,7 +111,7 @@ jobs:
111111
run: python3 build/fbcode_builder/getdeps.py build --src-dir=. fbthrift --project-install-prefix fbthrift:/usr/local
112112
- name: Copy artifacts
113113
run: python3 build/fbcode_builder/getdeps.py fixup-dyn-deps --src-dir=. fbthrift _artifacts/mac --project-install-prefix fbthrift:/usr/local --final-install-prefix /usr/local
114-
- uses: actions/upload-artifact@master
114+
- uses: actions/upload-artifact@main
115115
with:
116116
name: fbthrift
117117
path: _artifacts

.github/workflows/getdeps_windows.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ name: windows
55
on:
66
push:
77
branches:
8-
- master
8+
- main
99
pull_request:
1010
branches:
11-
- master
11+
- main
1212

1313
jobs:
1414
build:
@@ -112,7 +112,7 @@ jobs:
112112
run: python build/fbcode_builder/getdeps.py build --src-dir=. fbthrift
113113
- name: Copy artifacts
114114
run: python build/fbcode_builder/getdeps.py fixup-dyn-deps --src-dir=. fbthrift _artifacts/windows --final-install-prefix /usr/local
115-
- uses: actions/upload-artifact@master
115+
- uses: actions/upload-artifact@main
116116
with:
117117
name: fbthrift
118118
path: _artifacts

0 commit comments

Comments
 (0)