Skip to content

Commit 6df7d8c

Browse files
committed
Reapply "Bump actions/download-artifact from 4 to 5 (#1757)"
This reverts commit 49511f4.
1 parent 49511f4 commit 6df7d8c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,10 @@ 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@v4
259+
uses: actions/download-artifact@v5
260+
with:
261+
name: packages
262+
path: packages
260263
- name: Publish to GitHub Packages
261264
if: ${{ github.event_name == 'push' || github.event_name == 'release' }}
262265
run: |

0 commit comments

Comments
 (0)