Skip to content

Commit 75a50b3

Browse files
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e333368 commit 75a50b3

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/generate-redirector-config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
fi
6767
6868
- name: "Upload ${{ matrix.platform }} index"
69-
uses: actions/upload-artifact@v4
69+
uses: actions/upload-artifact@v5
7070
with:
7171
name: ${{ matrix.platform }}
7272
path: destination
@@ -202,7 +202,7 @@ jobs:
202202
fi
203203
204204
- name: Upload ${{ env.STATUS }} for ${{ matrix.node }}
205-
uses: actions/upload-artifact@v4
205+
uses: actions/upload-artifact@v5
206206
with:
207207
name: debs-beta-${{ env.SERVER_ID }}
208208
path: status
@@ -261,7 +261,7 @@ jobs:
261261
fi
262262
263263
- name: Upload ${{ env.STATUS }} for ${{ matrix.node }}
264-
uses: actions/upload-artifact@v4
264+
uses: actions/upload-artifact@v5
265265
with:
266266
name: debs-${{ env.SERVER_ID }}
267267
path: status
@@ -321,7 +321,7 @@ jobs:
321321
fi
322322
323323
- name: Upload ${{ env.STATUS }} for ${{ matrix.node }}
324-
uses: actions/upload-artifact@v4
324+
uses: actions/upload-artifact@v5
325325
with:
326326
name: dl-${{ env.SERVER_ID }}
327327
path: status
@@ -381,7 +381,7 @@ jobs:
381381
fi
382382
383383
- name: Upload ${{ env.STATUS }} for ${{ matrix.node }}
384-
uses: actions/upload-artifact@v4
384+
uses: actions/upload-artifact@v5
385385
with:
386386
name: archive-${{ env.SERVER_ID }}
387387
path: status

.github/workflows/generate-release-logs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
echo "<p><br>Stay up to date with the latest Armbian news, development highlights, and tips — delivered straight to your inbox." >> summary.md
158158
159159
- name: Upload raw data (artifacts)
160-
uses: actions/upload-artifact@v4
160+
uses: actions/upload-artifact@v5
161161
with:
162162
name: pr-digest
163163
path: out/

.github/workflows/mirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
EOT
6161
python3 split.py
6262
- name: "Upload JSON parts"
63-
uses: actions/upload-artifact@v4
63+
uses: actions/upload-artifact@v5
6464
with:
6565
name: parts
6666
path: |

.github/workflows/wireless-performance-autotest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
233233
- name: "Upload test summary"
234234
timeout-minutes: 3
235-
uses: actions/upload-artifact@v4
235+
uses: actions/upload-artifact@v5
236236
with:
237237
name: test-${{ env.DEVICE }}
238238
path: test

0 commit comments

Comments
 (0)