2424 printf %s\\n '::set-output name=tunnel_id::${{ github.run_id }}-${{ github.run_number }}-${{ github.job }}'
2525 -
2626 name : Checkout repository
27- uses : actions/checkout@v5
28- - uses : actions/cache@v4
27+ uses : actions/checkout@v6
28+ - uses : actions/cache@v5
2929 name : Setup gnpm cache
3030 if : always()
3131 with :
6969 cd src
7070 gnpm exec playwright install chromium --with-deps
7171 gnpm run test-ui --project=chromium
72- - uses : actions/upload-artifact@v5
72+ - uses : actions/upload-artifact@v6
7373 if : always()
7474 with :
7575 name : playwright-report-${{ matrix.node }}-chrome
8787 printf %s\\n '::set-output name=name::${{ github.workflow }} - ${{ github.job }}'
8888 printf %s\\n '::set-output name=tunnel_id::${{ github.run_id }}-${{ github.run_number }}-${{ github.job }}'
8989 - name : Checkout repository
90- uses : actions/checkout@v5
91- - uses : actions/cache@v4
90+ uses : actions/checkout@v6
91+ - uses : actions/cache@v5
9292 name : Setup gnpm cache
9393 if : always()
9494 with :
@@ -129,7 +129,7 @@ jobs:
129129 cd src
130130 gnpm exec playwright install firefox --with-deps
131131 gnpm run test-ui --project=firefox
132- - uses : actions/upload-artifact@v5
132+ - uses : actions/upload-artifact@v6
133133 if : always()
134134 with :
135135 name : playwright-report-${{ matrix.node }}-firefox
@@ -149,8 +149,8 @@ jobs:
149149 printf %s\\n '::set-output name=tunnel_id::${{ github.run_id }}-${{ github.run_number }}-${{ github.job }}'
150150 -
151151 name : Checkout repository
152- uses : actions/checkout@v5
153- - uses : actions/cache@v4
152+ uses : actions/checkout@v6
153+ - uses : actions/cache@v5
154154 name : Setup gnpm cache
155155 if : always()
156156 with :
@@ -193,7 +193,7 @@ jobs:
193193 cd src
194194 gnpm exec playwright install webkit --with-deps
195195 gnpm run test-ui --project=webkit || true
196- - uses : actions/upload-artifact@v5
196+ - uses : actions/upload-artifact@v6
197197 if : always()
198198 with :
199199 name : playwright-report-${{ matrix.node }}-webkit
0 commit comments