3737 with :
3838 # key won't match, will rely on restore-keys
3939 key : ${{ runner.os }}-stable--${{ hashFiles('**/Cargo.toml') }}-
40- # See .github/workflows/validation-jobs .yml for how keys are generated
40+ # See .github/workflows/update-caches .yml for how keys are generated
4141 restore-keys : |
4242 ${{ runner.os }}-stable--${{ hashFiles('**/Cargo.toml') }}-
4343 ${{ runner.os }}-stable--
6565 with :
6666 # key won't match, will rely on restore-keys
6767 key : ${{ runner.os }}-stable--${{ hashFiles('**/Cargo.toml') }}-
68- # See .github/workflows/validation-jobs .yml for how keys are generated
68+ # See .github/workflows/update-caches .yml for how keys are generated
6969 restore-keys : |
7070 ${{ runner.os }}-stable--${{ hashFiles('**/Cargo.toml') }}-
7171 ${{ runner.os }}-stable--
9797 with :
9898 # key won't match, will rely on restore-keys
9999 key : ${{ runner.os }}-${{ env.NIGHTLY_TOOLCHAIN }}--${{ hashFiles('**/Cargo.toml') }}-
100- # See .github/workflows/validation-jobs .yml for how keys are generated
100+ # See .github/workflows/update-caches .yml for how keys are generated
101101 restore-keys : |
102102 ${{ runner.os }}-${{ env.NIGHTLY_TOOLCHAIN }}--${{ hashFiles('**/Cargo.toml') }}-
103103 ${{ runner.os }}-${{ env.NIGHTLY_TOOLCHAIN }}--
@@ -133,7 +133,7 @@ jobs:
133133 with :
134134 # key won't match, will rely on restore-keys
135135 key : ${{ runner.os }}-stable--${{ hashFiles('**/Cargo.toml') }}-
136- # See .github/workflows/validation-jobs .yml for how keys are generated
136+ # See .github/workflows/update-caches .yml for how keys are generated
137137 restore-keys : |
138138 ${{ runner.os }}-stable--${{ hashFiles('**/Cargo.toml') }}-
139139 ${{ runner.os }}-stable--
@@ -162,7 +162,7 @@ jobs:
162162 with :
163163 # key won't match, will rely on restore-keys
164164 key : ${{ runner.os }}-stable-x86_64-unknown-none-${{ hashFiles('**/Cargo.toml') }}-
165- # See .github/workflows/validation-jobs .yml for how keys are generated
165+ # See .github/workflows/update-caches .yml for how keys are generated
166166 restore-keys : |
167167 ${{ runner.os }}-stable-x86_64-unknown-none-${{ hashFiles('**/Cargo.toml') }}-
168168 ${{ runner.os }}-stable-x86_64-unknown-none-
@@ -190,7 +190,7 @@ jobs:
190190 with :
191191 # key won't match, will rely on restore-keys
192192 key : ${{ runner.os }}-stable-thumbv6m-none-eabi-${{ hashFiles('**/Cargo.toml') }}-
193- # See .github/workflows/validation-jobs .yml for how keys are generated
193+ # See .github/workflows/update-caches .yml for how keys are generated
194194 restore-keys : |
195195 ${{ runner.os }}-stable-thumbv6m-none-eabi-${{ hashFiles('**/Cargo.toml') }}-
196196 ${{ runner.os }}-stable-thumbv6m-none-eabi-
@@ -218,7 +218,7 @@ jobs:
218218 with :
219219 # key won't match, will rely on restore-keys
220220 key : ${{ runner.os }}-stable-x86_64-unknown-none-${{ hashFiles('**/Cargo.toml') }}-
221- # See .github/workflows/validation-jobs .yml for how keys are generated
221+ # See .github/workflows/update-caches .yml for how keys are generated
222222 restore-keys : |
223223 ${{ runner.os }}-stable-x86_64-unknown-none-${{ hashFiles('**/Cargo.toml') }}-
224224 ${{ runner.os }}-stable-x86_64-unknown-none-
@@ -246,7 +246,7 @@ jobs:
246246 with :
247247 # key won't match, will rely on restore-keys
248248 key : ${{ runner.os }}-stable-wasm32-unknown-unknown-${{ hashFiles('**/Cargo.toml') }}-
249- # See .github/workflows/validation-jobs .yml for how keys are generated
249+ # See .github/workflows/update-caches .yml for how keys are generated
250250 restore-keys : |
251251 ${{ runner.os }}-stable-wasm32-unknown-unknown-${{ hashFiles('**/Cargo.toml') }}-
252252 ${{ runner.os }}-stable-wasm32-unknown-unknown-
@@ -274,7 +274,7 @@ jobs:
274274 with :
275275 # key won't match, will rely on restore-keys
276276 key : ${{ runner.os }}-${{ env.NIGHTLY_TOOLCHAIN }}-wasm32-unknown-unknown-${{ hashFiles('**/Cargo.toml') }}-
277- # See .github/workflows/validation-jobs .yml for how keys are generated
277+ # See .github/workflows/update-caches .yml for how keys are generated
278278 restore-keys : |
279279 ${{ runner.os }}-${{ env.NIGHTLY_TOOLCHAIN }}-wasm32-unknown-unknown-${{ hashFiles('**/Cargo.toml') }}-
280280 ${{ runner.os }}-${{ env.NIGHTLY_TOOLCHAIN }}-wasm32-unknown-unknown-
@@ -305,7 +305,7 @@ jobs:
305305 # Full git history is needed to get a proper list of changed files within `super-linter`
306306 fetch-depth : 0
307307 - name : Run Markdown Lint
308- uses :
super-linter/super-linter/[email protected] .0 308+ uses :
super-linter/super-linter/[email protected] .1 309309 env :
310310 MULTI_STATUS : false
311311 VALIDATE_ALL_CODEBASE : false
@@ -356,7 +356,7 @@ jobs:
356356 with :
357357 # key won't match, will rely on restore-keys
358358 key : ${{ runner.os }}-stable--${{ hashFiles('**/Cargo.toml') }}-
359- # See .github/workflows/validation-jobs .yml for how keys are generated
359+ # See .github/workflows/update-caches .yml for how keys are generated
360360 restore-keys : |
361361 ${{ runner.os }}-stable--${{ hashFiles('**/Cargo.toml') }}-
362362 ${{ runner.os }}-stable--
@@ -414,7 +414,7 @@ jobs:
414414 - name : log failed task - missing update
415415 if : ${{ failure() && github.event_name == 'pull_request' && steps.missing-update.conclusion == 'failure' }}
416416 run : touch ./missing-examples/missing-update
417- - uses : actions/upload-artifact@v5
417+ - uses : actions/upload-artifact@v6
418418 if : ${{ failure() && github.event_name == 'pull_request' }}
419419 with :
420420 name : missing-examples
@@ -449,7 +449,7 @@ jobs:
449449 - name : log failed task - missing update
450450 if : ${{ failure() && github.event_name == 'pull_request' && steps.missing-update.conclusion == 'failure' }}
451451 run : touch ./missing-features/missing-update
452- - uses : actions/upload-artifact@v5
452+ - uses : actions/upload-artifact@v6
453453 if : ${{ failure() && github.event_name == 'pull_request' }}
454454 with :
455455 name : missing-features
@@ -474,7 +474,7 @@ jobs:
474474 with :
475475 # key won't match, will rely on restore-keys
476476 key : ${{ runner.os }}-${{ steps.msrv.outputs.msrv }}--${{ hashFiles('**/Cargo.toml') }}-
477- # See .github/workflows/validation-jobs .yml for how keys are generated
477+ # See .github/workflows/update-caches .yml for how keys are generated
478478 restore-keys : |
479479 ${{ runner.os }}-${{ steps.msrv.outputs.msrv }}--${{ hashFiles('**/Cargo.toml') }}-
480480 ${{ runner.os }}-${{ steps.msrv.outputs.msrv }}--
@@ -494,7 +494,7 @@ jobs:
494494 run : |
495495 mkdir -p ./msrv
496496 echo ${{ github.event.number }} > ./msrv/NR
497- - uses : actions/upload-artifact@v5
497+ - uses : actions/upload-artifact@v6
498498 if : ${{ failure() && github.event_name == 'pull_request' && steps.check.conclusion == 'failure' }}
499499 with :
500500 name : msrv
0 commit comments