Skip to content

Commit 8725487

Browse files
renovate[bot]dkropachev
authored andcommitted
chore(deps): update actions/download-artifact action to v5
1 parent 4893f3f commit 8725487

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
permissions:
2424
id-token: write
2525
steps:
26-
- uses: actions/download-artifact@v4
26+
- uses: actions/download-artifact@v5
2727
with:
2828
path: dist
2929
merge-multiple: true

.github/workflows/lib-build-and-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
id-token: write
188188

189189
steps:
190-
- uses: actions/download-artifact@v4
190+
- uses: actions/download-artifact@v5
191191
with:
192192
path: dist
193193
merge-multiple: true

.github/workflows/publish-manually.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
permissions:
5454
id-token: write
5555
steps:
56-
- uses: actions/download-artifact@v4
56+
- uses: actions/download-artifact@v5
5757
with:
5858
path: dist
5959
merge-multiple: true

0 commit comments

Comments
 (0)