File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ jobs:
321321 run : |
322322 mkdir -p ./msrv
323323 echo ${{ github.event.number }} > ./msrv/NR
324- - uses : actions/upload-artifact@v4
324+ - uses : actions/upload-artifact@v5
325325 if : ${{ failure() && github.event_name == 'pull_request' && steps.check.conclusion == 'failure' }}
326326 with :
327327 name : msrv
Original file line number Diff line number Diff line change 7878 time CI_TESTING_CONFIG=$example cargo run --example $example_name
7979 sleep 10
8080 done
81- - uses : actions/upload-artifact@v4
81+ - uses : actions/upload-artifact@v5
8282 if : ${{ failure() && github.event_name == 'pull_request' }}
8383 with :
8484 name : example-run-linux
@@ -106,7 +106,7 @@ jobs:
106106 time CI_TESTING_CONFIG=$example cargo run --example $example_name
107107 sleep 10
108108 done
109- - uses : actions/upload-artifact@v4
109+ - uses : actions/upload-artifact@v5
110110 if : ${{ failure() && github.event_name == 'pull_request' }}
111111 with :
112112 name : example-run-windows
@@ -164,7 +164,7 @@ jobs:
164164 xvfb-run cargo run -p build-wasm-example -- --browsers chromium --browsers firefox --frames 25 --test 2d_shapes lighting text_debug breakout
165165
166166 - name : Save screenshots
167- uses : actions/upload-artifact@v4
167+ uses : actions/upload-artifact@v5
168168 with :
169169 name : screenshots-wasm
170170 path : .github/start-wasm-example/screenshot-*.png
You can’t perform that action at this time.
0 commit comments