File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -285,10 +285,10 @@ jobs:
285285 RUSTFLAGS : ' --cfg getrandom_backend="wasm_js"'
286286 steps :
287287 - name : Checkout sources
288- uses : actions/checkout@v4
288+ uses : actions/checkout@v5
289289
290290 - name : Install Node.js
291- uses : actions/setup-node@v4
291+ uses : actions/setup-node@v6
292292 with :
293293 node-version : 20
294294
Original file line number Diff line number Diff line change 1414 steps :
1515 - name : check-for-cc
1616 id : check-for-cc
17- uses : agenthunt/conventional-commit-checker-action@v2.0.0
17+ uses : agenthunt/conventional-commit-checker-action@v2.0.1
1818 with :
1919 pr-title-regex : " ^(.+)(?:(([^)s]+)))?!?: (.+)"
Original file line number Diff line number Diff line change 5959 echo TESTS_RESULT=$result
6060 echo "TESTS_RESULT=$result" >>"$GITHUB_ENV"
6161 - name : download nextest reports
62- uses : actions/download-artifact@v5
62+ uses : actions/download-artifact@v6
6363 with :
6464 pattern : libtest_run_${{ github.run_number }}-${{ github.run_attempt }}-*
6565 merge-multiple : true
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122122
123123 - name : upload results
124124 if : ${{ failure() && inputs.flaky }}
125- uses : actions/upload-artifact@v4
125+ uses : actions/upload-artifact@v5
126126 with :
127127 name : libtest_run_${{ github.run_number }}-${{ github.run_attempt }}-${{ matrix.name }}_${{ matrix.features }}_${{ matrix.rust }}.json
128128 path : output
@@ -221,7 +221,7 @@ jobs:
221221
222222 - name : upload results
223223 if : ${{ failure() && inputs.flaky }}
224- uses : actions/upload-artifact@v4
224+ uses : actions/upload-artifact@v5
225225 with :
226226 name : libtest_run_${{ github.run_number }}-${{ github.run_attempt }}-${{ matrix.name }}_${{ matrix.features }}_${{ matrix.rust }}.json
227227 path : output
You can’t perform that action at this time.
0 commit comments