@@ -37,13 +37,13 @@ jobs:
3737 needs : setup-matrix
3838 runs-on : ubuntu-latest
3939 container :
40- image : mcr.microsoft.com/playwright:v1.55.0
40+ image : mcr.microsoft.com/playwright:v1.58.2
4141 strategy :
4242 fail-fast : false
4343 matrix : ${{ fromJson(needs.setup-matrix.outputs.matrix) }}
4444 steps :
4545 - name : Checkout
46- uses : actions/checkout@v5
46+ uses : actions/checkout@v6
4747 - name : Set up Python
4848 uses : actions/setup-python@v6
4949 with :
6565 --group ${{ matrix.group }}
6666 - name : Upload shard test artifacts (test-results + allure-results)
6767 if : always()
68- uses : actions/upload-artifact@v5
68+ uses : actions/upload-artifact@v7
6969 with :
7070 name : shard-${{ matrix.group }}
7171 path : |
@@ -79,10 +79,10 @@ jobs:
7979 runs-on : ubuntu-latest
8080 steps :
8181 - name : Checkout
82- uses : actions/checkout@v5
82+ uses : actions/checkout@v6
8383 - name : Download all Allure results into allure-results
8484 if : always()
85- uses : actions/download-artifact@v5
85+ uses : actions/download-artifact@v8
8686 with :
8787 pattern : shard-*
8888 path : artifacts
@@ -103,7 +103,7 @@ jobs:
103103 done
104104 - name : Upload merged test-results artifact
105105 if : always()
106- uses : actions/upload-artifact@v5
106+ uses : actions/upload-artifact@v7
107107 id : merged-artifact-upload
108108 with :
109109 name : merged-test-results
0 commit comments