File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111
111
bazel ${BAZEL_STARTUP_FLAGS[@]} run //crate_universe/tools/cross_installer -- --target=${TARGET} --output="${OUTPUT_PATH}"
112
112
env :
113
113
TARGET : " ${{ matrix.env.TARGET }}"
114
- - uses : actions/upload-artifact@v3
114
+ - uses : actions/upload-artifact@v4
115
115
with :
116
116
name : " ${{ matrix.env.TARGET }}"
117
117
path : ${{ github.workspace }}/crate_universe/target/artifacts/${{ matrix.env.TARGET }}
@@ -121,7 +121,7 @@ jobs:
121
121
runs-on : ubuntu-20.04
122
122
steps :
123
123
- uses : actions/checkout@v3
124
- - uses : actions/download-artifact@v3
124
+ - uses : actions/download-artifact@v4
125
125
with :
126
126
path : ${{ github.workspace }}/crate_universe/target/artifacts
127
127
- name : Detect the current version
@@ -156,7 +156,7 @@ jobs:
156
156
URL_PREFIX : https://github.com/${{ github.repository_owner }}/rules_rust/releases/download/${{ env.RELEASE_VERSION }}
157
157
158
158
# Upload the artifact in case creating a release fails so all artifacts can then be manually recovered.
159
- - uses : actions/upload-artifact@v3
159
+ - uses : actions/upload-artifact@v4
160
160
with :
161
161
name : " rules_rust.tar.gz"
162
162
path : ${{ github.workspace }}/.github/rules_rust.tar.gz
You can’t perform that action at this time.
0 commit comments