Skip to content

Commit c6c258f

Browse files
renovate[bot]djc
authored andcommitted
chore(deps): update actions/upload-artifact action to v5
1 parent 55a47c7 commit c6c258f

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
cargo clippy --all-targets --all-features -- -D warnings
149149
- name: Upload the built artifact
150150
if: matrix.mode == 'release'
151-
uses: actions/upload-artifact@v4
151+
uses: actions/upload-artifact@v5
152152
with:
153153
name: rustup-init-${{ matrix.target }}
154154
path: |
@@ -320,7 +320,7 @@ jobs:
320320
cargo clippy --all-targets --all-features -- -D warnings
321321
- name: Upload the built artifact
322322
if: matrix.mode == 'release'
323-
uses: actions/upload-artifact@v4
323+
uses: actions/upload-artifact@v5
324324
with:
325325
name: rustup-init-${{ matrix.target }}
326326
path: |
@@ -498,7 +498,7 @@ jobs:
498498
cargo clippy --all-targets --all-features -- -D warnings
499499
- name: Upload the built artifact
500500
if: matrix.mode == 'release'
501-
uses: actions/upload-artifact@v4
501+
uses: actions/upload-artifact@v5
502502
with:
503503
name: rustup-init-${{ matrix.target }}
504504
path: |
@@ -665,7 +665,7 @@ jobs:
665665
"${DOCKER}" \
666666
-c 'PATH="${PATH}":/rustc-sysroot/bin bash ci/run.bash'
667667
- name: Upload the built artifact
668-
uses: actions/upload-artifact@v4
668+
uses: actions/upload-artifact@v5
669669
if: matrix.mode == 'release'
670670
with:
671671
name: rustup-init-${{ matrix.target }}
@@ -834,7 +834,7 @@ jobs:
834834
"${DOCKER}" \
835835
-c 'PATH="${PATH}":/rustc-sysroot/bin bash ci/run.bash'
836836
- name: Upload the built artifact
837-
uses: actions/upload-artifact@v4
837+
uses: actions/upload-artifact@v5
838838
if: matrix.mode == 'release'
839839
with:
840840
name: rustup-init-${{ matrix.target }}
@@ -1028,7 +1028,7 @@ jobs:
10281028
"${DOCKER}" \
10291029
-c 'PATH="${PATH}":/rustc-sysroot/bin bash ci/run.bash'
10301030
- name: Upload the built artifact
1031-
uses: actions/upload-artifact@v4
1031+
uses: actions/upload-artifact@v5
10321032
if: matrix.mode == 'release'
10331033
with:
10341034
name: rustup-init-${{ matrix.target }}
@@ -1154,7 +1154,7 @@ jobs:
11541154
fi
11551155
- name: Upload the built artifact
11561156
if: matrix.mode == 'release'
1157-
uses: actions/upload-artifact@v4
1157+
uses: actions/upload-artifact@v5
11581158
with:
11591159
name: rustup-init-${{ matrix.target }}
11601160
path: |
@@ -1285,7 +1285,7 @@ jobs:
12851285
fi
12861286
- name: Upload the built artifact
12871287
if: matrix.mode == 'release'
1288-
uses: actions/upload-artifact@v4
1288+
uses: actions/upload-artifact@v5
12891289
with:
12901290
name: rustup-init-${{ matrix.target }}
12911291
path: |

ci/actions-templates/linux-builds-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs: # skip-main skip-pr skip-stable
157157
"${DOCKER}" \
158158
-c 'PATH="${PATH}":/rustc-sysroot/bin bash ci/run.bash'
159159
- name: Upload the built artifact
160-
uses: actions/upload-artifact@v4
160+
uses: actions/upload-artifact@v5
161161
if: matrix.mode == 'release'
162162
with:
163163
name: rustup-init-${{ matrix.target }}

ci/actions-templates/macos-builds-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs: # skip-x86_64 skip-aarch64
9090
fi
9191
- name: Upload the built artifact
9292
if: matrix.mode == 'release'
93-
uses: actions/upload-artifact@v4
93+
uses: actions/upload-artifact@v5
9494
with:
9595
name: rustup-init-${{ matrix.target }}
9696
path: |

ci/actions-templates/windows-builds-template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs: # skip-main skip-pr skip-stable
141141
cargo clippy --all-targets --all-features -- -D warnings
142142
- name: Upload the built artifact
143143
if: matrix.mode == 'release'
144-
uses: actions/upload-artifact@v4
144+
uses: actions/upload-artifact@v5
145145
with:
146146
name: rustup-init-${{ matrix.target }}
147147
path: |

0 commit comments

Comments
 (0)