Skip to content

Commit 9a4ccab

Browse files
ahornbyfacebook-github-bot
authored andcommitted
regenerate github actions to update actions/upload-artifact version
Summary: X-link: facebook/sapling#946 Fix github jobs [failing with errors](https://github.com/facebook/mvfst/actions/runs/10855890595/job/30129430199) like `Error: This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v2`. Learn more: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/` Regenerated actions with: `./opensource/fbcode_builder/getdeps/facebook/update-all-github-actions.sh` This also shows some changes from D62399390 as actions weren't fully regenerated on that diff. Reviewed By: JakobDegen Differential Revision: D62685074 fbshipit-source-id: b6735022e7f58274b3f78f289b72ae7b2c8d9d7b
1 parent 5187fcc commit 9a4ccab

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

.github/workflows/getdeps_linux.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests boost
3131
- name: Fetch double-conversion
3232
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests double-conversion
33+
- name: Fetch fast_float
34+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests fast_float
3335
- name: Fetch fmt
3436
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests fmt
3537
- name: Fetch gflags
@@ -46,6 +48,10 @@ jobs:
4648
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests lz4
4749
- name: Fetch snappy
4850
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests snappy
51+
- name: Fetch openssl
52+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests openssl
53+
- name: Fetch liboqs
54+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests liboqs
4955
- name: Fetch autoconf
5056
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests autoconf
5157
- name: Fetch automake
@@ -82,6 +88,8 @@ jobs:
8288
run: python3 build/fbcode_builder/getdeps.py build --no-tests boost
8389
- name: Build double-conversion
8490
run: python3 build/fbcode_builder/getdeps.py build --no-tests double-conversion
91+
- name: Build fast_float
92+
run: python3 build/fbcode_builder/getdeps.py build --no-tests fast_float
8593
- name: Build fmt
8694
run: python3 build/fbcode_builder/getdeps.py build --no-tests fmt
8795
- name: Build gflags
@@ -98,6 +106,10 @@ jobs:
98106
run: python3 build/fbcode_builder/getdeps.py build --no-tests lz4
99107
- name: Build snappy
100108
run: python3 build/fbcode_builder/getdeps.py build --no-tests snappy
109+
- name: Build openssl
110+
run: python3 build/fbcode_builder/getdeps.py build --no-tests openssl
111+
- name: Build liboqs
112+
run: python3 build/fbcode_builder/getdeps.py build --no-tests liboqs
101113
- name: Build autoconf
102114
run: python3 build/fbcode_builder/getdeps.py build --no-tests autoconf
103115
- name: Build automake
@@ -126,7 +138,7 @@ jobs:
126138
run: python3 build/fbcode_builder/getdeps.py build --src-dir=. proxygen --project-install-prefix proxygen:/usr/local
127139
- name: Copy artifacts
128140
run: python3 build/fbcode_builder/getdeps.py fixup-dyn-deps --strip --src-dir=. proxygen _artifacts/linux --project-install-prefix proxygen:/usr/local --final-install-prefix /usr/local
129-
- uses: actions/upload-artifact@v2
141+
- uses: actions/upload-artifact@v4
130142
with:
131143
name: proxygen
132144
path: _artifacts

.github/workflows/getdeps_mac.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests boost
3131
- name: Fetch double-conversion
3232
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests double-conversion
33+
- name: Fetch fast_float
34+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests fast_float
3335
- name: Fetch fmt
3436
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests fmt
3537
- name: Fetch gflags
@@ -48,6 +50,8 @@ jobs:
4850
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests snappy
4951
- name: Fetch libevent
5052
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests libevent
53+
- name: Fetch liboqs
54+
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests liboqs
5155
- name: Fetch autoconf
5256
run: python3 build/fbcode_builder/getdeps.py fetch --no-tests autoconf
5357
- name: Fetch automake
@@ -80,6 +84,8 @@ jobs:
8084
run: python3 build/fbcode_builder/getdeps.py build --no-tests boost
8185
- name: Build double-conversion
8286
run: python3 build/fbcode_builder/getdeps.py build --no-tests double-conversion
87+
- name: Build fast_float
88+
run: python3 build/fbcode_builder/getdeps.py build --no-tests fast_float
8389
- name: Build fmt
8490
run: python3 build/fbcode_builder/getdeps.py build --no-tests fmt
8591
- name: Build gflags
@@ -98,6 +104,8 @@ jobs:
98104
run: python3 build/fbcode_builder/getdeps.py build --no-tests snappy
99105
- name: Build libevent
100106
run: python3 build/fbcode_builder/getdeps.py build --no-tests libevent
107+
- name: Build liboqs
108+
run: python3 build/fbcode_builder/getdeps.py build --no-tests liboqs
101109
- name: Build autoconf
102110
run: python3 build/fbcode_builder/getdeps.py build --no-tests autoconf
103111
- name: Build automake
@@ -122,7 +130,7 @@ jobs:
122130
run: python3 build/fbcode_builder/getdeps.py build --src-dir=. proxygen --project-install-prefix proxygen:/usr/local
123131
- name: Copy artifacts
124132
run: python3 build/fbcode_builder/getdeps.py fixup-dyn-deps --src-dir=. proxygen _artifacts/mac --project-install-prefix proxygen:/usr/local --final-install-prefix /usr/local
125-
- uses: actions/upload-artifact@v2
133+
- uses: actions/upload-artifact@v4
126134
with:
127135
name: proxygen
128136
path: _artifacts

0 commit comments

Comments
 (0)