Skip to content

Commit 38d9df1

Browse files
renovate[bot]rami3l
authored andcommitted
chore(deps): update actions/upload-artifact action to v4
1 parent 3509215 commit 38d9df1

10 files changed

+10
-10
lines changed

.github/workflows/linux-builds-on-master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
"${DOCKER}" \
130130
-c 'PATH="${PATH}":/rustc-sysroot/bin bash ci/run.bash'
131131
- name: Upload the built artifact
132-
uses: actions/upload-artifact@v3
132+
uses: actions/upload-artifact@v4
133133
if: matrix.mode == 'release'
134134
with:
135135
name: rustup-init-${{ matrix.target }}

.github/workflows/linux-builds-on-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
"${DOCKER}" \
124124
-c 'PATH="${PATH}":/rustc-sysroot/bin bash ci/run.bash'
125125
- name: Upload the built artifact
126-
uses: actions/upload-artifact@v3
126+
uses: actions/upload-artifact@v4
127127
if: matrix.mode == 'release'
128128
with:
129129
name: rustup-init-${{ matrix.target }}

.github/workflows/linux-builds-on-stable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
"${DOCKER}" \
154154
-c 'PATH="${PATH}":/rustc-sysroot/bin bash ci/run.bash'
155155
- name: Upload the built artifact
156-
uses: actions/upload-artifact@v3
156+
uses: actions/upload-artifact@v4
157157
if: matrix.mode == 'release'
158158
with:
159159
name: rustup-init-${{ matrix.target }}

.github/workflows/macos-builds-on-all.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
fi
105105
- name: Upload the built artifact
106106
if: matrix.mode == 'release'
107-
uses: actions/upload-artifact@v3
107+
uses: actions/upload-artifact@v4
108108
with:
109109
name: rustup-init-${{ matrix.target }}
110110
path: |

.github/workflows/windows-builds-on-master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
cargo clippy --workspace --all-targets --features test
119119
- name: Upload the built artifact
120120
if: matrix.mode == 'release'
121-
uses: actions/upload-artifact@v3
121+
uses: actions/upload-artifact@v4
122122
with:
123123
name: rustup-init-${{ matrix.target }}
124124
path: |

.github/workflows/windows-builds-on-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
cargo clippy --workspace --all-targets --features test
113113
- name: Upload the built artifact
114114
if: matrix.mode == 'release'
115-
uses: actions/upload-artifact@v3
115+
uses: actions/upload-artifact@v4
116116
with:
117117
name: rustup-init-${{ matrix.target }}
118118
path: |

.github/workflows/windows-builds-on-stable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
cargo clippy --workspace --all-targets --features test
122122
- name: Upload the built artifact
123123
if: matrix.mode == 'release'
124-
uses: actions/upload-artifact@v3
124+
uses: actions/upload-artifact@v4
125125
with:
126126
name: rustup-init-${{ matrix.target }}
127127
path: |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
"${DOCKER}" \
163163
-c 'PATH="${PATH}":/rustc-sysroot/bin bash ci/run.bash'
164164
- name: Upload the built artifact
165-
uses: actions/upload-artifact@v3
165+
uses: actions/upload-artifact@v4
166166
if: matrix.mode == 'release'
167167
with:
168168
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
@@ -104,7 +104,7 @@ jobs:
104104
fi
105105
- name: Upload the built artifact
106106
if: matrix.mode == 'release'
107-
uses: actions/upload-artifact@v3
107+
uses: actions/upload-artifact@v4
108108
with:
109109
name: rustup-init-${{ matrix.target }}
110110
path: |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
cargo clippy --workspace --all-targets --features test
131131
- name: Upload the built artifact
132132
if: matrix.mode == 'release'
133-
uses: actions/upload-artifact@v3
133+
uses: actions/upload-artifact@v4
134134
with:
135135
name: rustup-init-${{ matrix.target }}
136136
path: |

0 commit comments

Comments
 (0)