Skip to content

Commit 1f1a30b

Browse files
authored
Merge pull request #52 from AlbrechtL/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents cf8f1cb + acc2f6c commit 1f1a30b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/openwrt-2410-snapshot-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
uses: actions/checkout@v5
222222

223223
- name: Download artifact
224-
uses: actions/download-artifact@v5
224+
uses: actions/download-artifact@v6
225225
with:
226226
name: OpenWrt Docker Image
227227
path: .

.github/workflows/openwrt-master-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223
uses: actions/checkout@v5
224224

225225
- name: Download artifact
226-
uses: actions/download-artifact@v5
226+
uses: actions/download-artifact@v6
227227
with:
228228
name: OpenWrt Docker Image
229229
path: .

.github/workflows/openwrt-stable-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ jobs:
215215
uses: actions/checkout@v5
216216

217217
- name: Download artifact
218-
uses: actions/download-artifact@v5
218+
uses: actions/download-artifact@v6
219219
with:
220220
name: OpenWrt Docker Image
221221
path: .

0 commit comments

Comments
 (0)