Skip to content

Commit f6ccfd6

Browse files
Bump actions/upload-artifact from 4 to 5 (#21)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9a24e57 commit f6ccfd6

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
# Upload the created artifact
6363
- name: Upload
6464
if: ${{ !env.ACT }}
65-
uses: actions/upload-artifact@v4
65+
uses: actions/upload-artifact@v5
6666
with:
6767
path: ${{github.workspace}}/build/devilutionx.dmg
6868
name: ${{ matrix.artifact }}

.github/workflows/nightly.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ jobs:
142142

143143
# Upload the created artifact
144144
- name: Upload
145-
uses: actions/upload-artifact@v4
145+
uses: actions/upload-artifact@v5
146146
with:
147147
path: ${{ env.buildDir }}/devilutionx.zip
148148
name: ${{ matrix.artifact }}
@@ -189,7 +189,7 @@ jobs:
189189

190190
# Upload the created artifact
191191
- name: Upload
192-
uses: actions/upload-artifact@v4
192+
uses: actions/upload-artifact@v5
193193
with:
194194
path: build/devilutionx.zip
195195
name: ${{ matrix.artifact }}
@@ -236,7 +236,7 @@ jobs:
236236

237237
# Upload the created artifact
238238
- name: Upload
239-
uses: actions/upload-artifact@v4
239+
uses: actions/upload-artifact@v5
240240
with:
241241
path: build/devilutionx.zip
242242
name: ${{ matrix.artifact }}
@@ -283,7 +283,7 @@ jobs:
283283

284284
# Upload the created artifact
285285
- name: Upload
286-
uses: actions/upload-artifact@v4
286+
uses: actions/upload-artifact@v5
287287
with:
288288
path: ${{ env.buildDir }}/devilutionx.zip
289289
name: ${{ matrix.artifact }}
@@ -330,7 +330,7 @@ jobs:
330330

331331
# Upload the created artifact
332332
- name: Upload
333-
uses: actions/upload-artifact@v4
333+
uses: actions/upload-artifact@v5
334334
with:
335335
path: ${{ env.buildDir }}/devilutionx.zip
336336
name: ${{ matrix.artifact }}
@@ -386,14 +386,14 @@ jobs:
386386

387387
- name: Upload
388388
if: ${{ !env.ACT }}
389-
uses: actions/upload-artifact@v4
389+
uses: actions/upload-artifact@v5
390390
with:
391391
path: devilutionx-x86_64-linux-gnu.tar.xz
392392
name: ${{ matrix.artifact }}
393393

394394
- name: Upload AppImage
395395
if: ${{ !env.ACT }}
396-
uses: actions/upload-artifact@v4
396+
uses: actions/upload-artifact@v5
397397
with:
398398
path: devilutionx-x86_64-linux-gnu.appimage
399399
name: ${{ matrix.appimage }}
@@ -442,7 +442,7 @@ jobs:
442442

443443
- name: Upload
444444
if: ${{ !env.ACT }}
445-
uses: actions/upload-artifact@v4
445+
uses: actions/upload-artifact@v5
446446
with:
447447
path: devilutionx-aarch64.tar.xz
448448
name: ${{ matrix.artifact }}
@@ -485,7 +485,7 @@ jobs:
485485

486486
# Upload the created artifact
487487
- name: Upload
488-
uses: actions/upload-artifact@v4
488+
uses: actions/upload-artifact@v5
489489
with:
490490
path: ${{ env.buildDir }}/devilutionx.dmg
491491
name: ${{ matrix.artifact }}
@@ -533,7 +533,7 @@ jobs:
533533
cmake --build build -j $(sysctl -n hw.physicalcpu) --target package --config ${{env.BUILD_TYPE}}
534534
535535
- name: Upload
536-
uses: actions/upload-artifact@v4
536+
uses: actions/upload-artifact@v5
537537
with:
538538
path: ${{ env.buildDir }}/devilutionx.dmg
539539
name: ${{ matrix.artifact }}
@@ -581,7 +581,7 @@ jobs:
581581
582582
# Upload the created artifact
583583
- name: Upload
584-
uses: actions/upload-artifact@v4
584+
uses: actions/upload-artifact@v5
585585
with:
586586
path: ${{ env.buildDir }}/devilutionx.ipa
587587
name: ${{ matrix.artifact }}
@@ -663,7 +663,7 @@ jobs:
663663
run: mv ${{steps.sign_app.outputs.signedFile}} android-project/app/build/outputs/apk/release/devilutionx.apk
664664

665665
- name: Upload
666-
uses: actions/upload-artifact@v4
666+
uses: actions/upload-artifact@v5
667667
with:
668668
#name: devilutionx-debug.apk
669669
#path: android-project/app/build/outputs/apk/debug/app-debug.apk
@@ -713,7 +713,7 @@ jobs:
713713
TOOLCHAIN: /opt/gcw0-toolchain
714714

715715
- name: Upload
716-
uses: actions/upload-artifact@v4
716+
uses: actions/upload-artifact@v5
717717
with:
718718
name: ${{ matrix.artifact }}
719719
path: build-rg350/devilutionx-rg350.opk
@@ -760,7 +760,7 @@ jobs:
760760
TOOLCHAIN: /opt/lepus-toolchain
761761

762762
- name: Upload
763-
uses: actions/upload-artifact@v4
763+
uses: actions/upload-artifact@v5
764764
with:
765765
name: ${{ matrix.artifact }}
766766
path: build-lepus/devilutionx-lepus.opk
@@ -809,7 +809,7 @@ jobs:
809809
TOOLCHAIN: /opt/retrofw-toolchain
810810

811811
- name: Upload
812-
uses: actions/upload-artifact@v4
812+
uses: actions/upload-artifact@v5
813813
with:
814814
#name: devilutionx-retrofw.opk.zip
815815
name: ${{ matrix.artifact }}
@@ -859,7 +859,7 @@ jobs:
859859
run: Packaging/ps4/build.sh "${{ matrix.cmakeargs }}"
860860

861861
- name: Upload
862-
uses: actions/upload-artifact@v4
862+
uses: actions/upload-artifact@v5
863863
with:
864864
name: ${{ matrix.artifact }}
865865
path: build-ps4/devilutionx-ps4.pkg
@@ -902,7 +902,7 @@ jobs:
902902
run: Packaging/ps5/build.sh "${{ matrix.cmakeargs }}"
903903

904904
- name: Upload
905-
uses: actions/upload-artifact@v4
905+
uses: actions/upload-artifact@v5
906906
with:
907907
path: build-ps5/devilutionx.zip
908908
name: ${{ matrix.artifact }}
@@ -944,7 +944,7 @@ jobs:
944944
run: cmake --build build -j $(sysctl -n hw.physicalcpu) --config ${{env.BUILD_TYPE}}
945945

946946
- name: Upload
947-
uses: actions/upload-artifact@v4
947+
uses: actions/upload-artifact@v5
948948
with:
949949
name: ${{ matrix.artifact }}
950950
path: build/devilutionx.vpk
@@ -1006,13 +1006,13 @@ jobs:
10061006
run: cmake --build build -j$(nproc) --config ${{env.BUILD_TYPE}}
10071007

10081008
- name: Upload
1009-
uses: actions/upload-artifact@v4
1009+
uses: actions/upload-artifact@v5
10101010
with:
10111011
name: ${{ matrix.artifact }}
10121012
path: build/devilutionx.3dsx
10131013

10141014
- name: Upload
1015-
uses: actions/upload-artifact@v4
1015+
uses: actions/upload-artifact@v5
10161016
with:
10171017
name: ${{ matrix.cia }}
10181018
path: build/devilutionx.cia
@@ -1066,7 +1066,7 @@ jobs:
10661066
run: cmake --build build -j$(nproc) --config ${{env.BUILD_TYPE}}
10671067

10681068
- name: Upload
1069-
uses: actions/upload-artifact@v4
1069+
uses: actions/upload-artifact@v5
10701070
with:
10711071
name: ${{ matrix.artifact }}
10721072
path: ./build/devilutionx.nro
@@ -1122,7 +1122,7 @@ jobs:
11221122
run: cmake --build build-xbox -j $(nproc) --target package --config ${{env.BUILD_TYPE}}
11231123

11241124
- name: Upload
1125-
uses: actions/upload-artifact@v4
1125+
uses: actions/upload-artifact@v5
11261126
with:
11271127
name: ${{ matrix.artifact }}
11281128
path: build-xbox/devilutionx.zip
@@ -1169,7 +1169,7 @@ jobs:
11691169
11701170
- name: Upload
11711171
if: ${{ !env.ACT }}
1172-
uses: actions/upload-artifact@v4
1172+
uses: actions/upload-artifact@v5
11731173
with:
11741174
name: ${{ matrix.artifact }}
11751175
path: ${{ env.buildDir }}/devilutionx.zip
@@ -1216,7 +1216,7 @@ jobs:
12161216
run: cmake --build build --config ${{env.BUILD_TYPE}}
12171217

12181218
- name: Upload
1219-
uses: actions/upload-artifact@v4
1219+
uses: actions/upload-artifact@v5
12201220
with:
12211221
name: ${{ matrix.artifact }}
12221222
path: ./build/devilutionx

0 commit comments

Comments
 (0)