mirror of
https://github.com/facebook/proxygen.git
synced 2025-08-07 07:02:53 +03:00
change to upload-artifact@v2
Summary: Update to new version of upload-artifact without branch name as that's a separate repo that our dynamic branch settings should not apply to. Reviewed By: zpao Differential Revision: D32717494 fbshipit-source-id: 968908d1072d6d4550705e7df0b3828528e057dc
This commit is contained in:
committed by
Facebook GitHub Bot
parent
9b4dc5e2ce
commit
96997084d0
@@ -926,7 +926,7 @@ jobs:
|
||||
f"--final-install-prefix /usr/local\n"
|
||||
)
|
||||
|
||||
out.write(" - uses: actions/upload-artifact@%s\n" % args.main_branch)
|
||||
out.write(" - uses: actions/upload-artifact@v2\n")
|
||||
out.write(" with:\n")
|
||||
out.write(" name: %s\n" % manifest.name)
|
||||
out.write(" path: _artifacts\n")
|
||||
|
Reference in New Issue
Block a user