Skip to content

Commit 49511f4

Browse files
committed
Revert "Bump actions/download-artifact from 4 to 5 (#1757)"
This reverts commit b6369d1.
1 parent 65c5720 commit 49511f4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -256,10 +256,7 @@ jobs:
256256
- name: Tune GitHub-hosted runner network
257257
uses: smorimoto/tune-github-hosted-runner-network@v1
258258
- name: Download artifacts
259-
uses: actions/download-artifact@v5
260-
with:
261-
name: packages
262-
path: packages
259+
uses: actions/download-artifact@v4
263260
- name: Publish to GitHub Packages
264261
if: ${{ github.event_name == 'push' || github.event_name == 'release' }}
265262
run: |

0 commit comments

Comments
 (0)