File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ jobs:
2424 steps :
2525 - uses : actions/checkout@v6
2626 - name : Set up Node.js
27- uses : actions/setup-node@v4
27+ uses : actions/setup-node@v6
2828 with :
2929 node-version : ' 24'
3030 - name : Build driver bundles from source
3131 run : bash scripts/build_driver.sh
3232 - name : Upload driver bundles
33- uses : actions/upload-artifact@v4
33+ uses : actions/upload-artifact@v7
3434 with :
3535 name : driver-bundles
3636 path : driver/playwright-*.zip
5050 with :
5151 python-version : " 3.10"
5252 - name : Download driver bundles
53- uses : actions/download-artifact@v4
53+ uses : actions/download-artifact@v8
5454 with :
5555 name : driver-bundles
5656 path : driver/
@@ -126,7 +126,7 @@ jobs:
126126 with :
127127 python-version : ${{ matrix.python-version }}
128128 - name : Download driver bundles
129- uses : actions/download-artifact@v4
129+ uses : actions/download-artifact@v8
130130 with :
131131 name : driver-bundles
132132 path : driver/
@@ -179,7 +179,7 @@ jobs:
179179 with :
180180 python-version : " 3.10"
181181 - name : Download driver bundles
182- uses : actions/download-artifact@v4
182+ uses : actions/download-artifact@v8
183183 with :
184184 name : driver-bundles
185185 path : driver/
Original file line number Diff line number Diff line change 2929 with :
3030 python-version : " 3.10"
3131 - name : Set up Node.js
32- uses : actions/setup-node@v4
32+ uses : actions/setup-node@v6
3333 with :
3434 node-version : ' 24'
3535 - name : Set up Docker QEMU for arm64 docker builds
Original file line number Diff line number Diff line change 3636 with :
3737 python-version : " 3.10"
3838 - name : Set up Node.js
39- uses : actions/setup-node@v4
39+ uses : actions/setup-node@v6
4040 with :
4141 node-version : ' 24'
4242 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments