Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
path: monorepo

- name: Download build artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: jetpack-build
- name: Extract build archive
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
timeout-minutes: 1 # 2021-01-18: Successful runs seem to take a few seconds

- name: Download build artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: jetpack-build
timeout-minutes: 1 # 2021-01-18: Successful runs seem to take a few seconds
Expand Down