Skip to content

Commit 243c18f

Browse files
authored
Merge pull request #58 from AlbrechtL/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 7 to 8
2 parents b608eb9 + 2c3236f commit 243c18f

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@v7
224+
uses: actions/download-artifact@v8
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
@@ -225,7 +225,7 @@ jobs:
225225
uses: actions/checkout@v6
226226

227227
- name: Download artifact
228-
uses: actions/download-artifact@v7
228+
uses: actions/download-artifact@v8
229229
with:
230230
name: OpenWrt Docker Image
231231
path: .

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
uses: actions/checkout@v6
218218

219219
- name: Download artifact
220-
uses: actions/download-artifact@v7
220+
uses: actions/download-artifact@v8
221221
with:
222222
name: OpenWrt Docker Image
223223
path: .

0 commit comments

Comments
 (0)