Skip to content

Commit

Permalink
Update download-artifact (#4783)
Browse files Browse the repository at this point in the history
Summary:
NPM publish is failing with
<img width="1341" alt="Screenshot 2024-09-06 at 10 05 09 AM" src="https://github.com/user-attachments/assets/39685c55-e740-45d6-a10d-e35fa71a763e">

Looks like this is symmetrical to tobias-tengler's #4781

Pull Request resolved: #4783

Reviewed By: lynnshaoyu

Differential Revision: D62306004

Pulled By: captbaritone

fbshipit-source-id: 18d93cf7be533e260abb62f887e04f0ddbd6a1d7
  • Loading branch information
captbaritone authored and facebook-github-bot committed Sep 6, 2024
1 parent 7fecbd9 commit 47bb446
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,27 +230,27 @@ jobs:
- name: Install dependencies
run: yarn install --frozen-lockfile --ignore-scripts
- name: Download artifact relay-bin-linux-x64
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: relay-bin-linux-x64
path: artifacts/linux-x64
- name: Download artifact relay-bin-linux-arm64
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: relay-bin-linux-arm64
path: artifacts/linux-arm64
- name: Download artifact relay-bin-macos-x64
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: relay-bin-macos-x64
path: artifacts/macos-x64
- name: Download artifact relay-bin-macos-arm64
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: relay-bin-macos-arm64
path: artifacts/macos-arm64
- name: Download artifact relay-bin-win-x64
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: relay-bin-win-x64
path: artifacts/win-x64
Expand Down

0 comments on commit 47bb446

Please sign in to comment.