Skip to content

Commit fd6dc75

Browse files
authored
Merge pull request #55 from AlbrechtL/dependabot/github_actions/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents 17aaf85 + 9ece15a commit fd6dc75

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@v6
222222

223223
- name: Download artifact
224-
uses: actions/download-artifact@v6
224+
uses: actions/download-artifact@v7
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@v6
224224

225225
- name: Download artifact
226-
uses: actions/download-artifact@v6
226+
uses: actions/download-artifact@v7
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@v6
216216

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

0 commit comments

Comments
 (0)