Skip to content

Commit 396e71f

Browse files
build(deps): bump actions/download-artifact from 4 to 5 (#10830)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c6a393e commit 396e71f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
id-token: write
6262

6363
steps:
64-
- uses: actions/download-artifact@v4
64+
- uses: actions/download-artifact@v5
6565
with:
6666
name: Packages
6767
path: dist
@@ -86,7 +86,7 @@ jobs:
8686
id-token: write
8787

8888
steps:
89-
- uses: actions/download-artifact@v4
89+
- uses: actions/download-artifact@v5
9090
with:
9191
name: Packages
9292
path: dist

0 commit comments

Comments
 (0)