@@ -53,10 +53,10 @@ jobs:
5353 - name : Workaround Windows mess and set git to keep original line endings
5454 run : git config --global core.autocrlf false
5555
56- - uses : actions/checkout@v4
56+ - uses : actions/checkout@v6
5757
5858 - name : Use Node.js ${{ matrix.node-version }}
59- uses : actions/setup-node@v4
59+ uses : actions/setup-node@v6
6060 with :
6161 node-version : ${{ matrix.node-version }}
6262 cache : ' npm'
7373 FILE_CHECK_DELAY : 1500
7474
7575 - name : Upload artifacts in case of failure
76- uses : actions/upload-artifact@v4
76+ uses : actions/upload-artifact@v6
7777 if : failure()
7878 with :
7979 name : failed-test-on-${{ matrix.os }}-with-node-${{ matrix.node-version }}
9797 - name : Workaround Windows mess and set git to keep original line endings
9898 run : git config --global core.autocrlf false
9999
100- - uses : actions/checkout@v4
100+ - uses : actions/checkout@v6
101101
102- - uses : actions/cache@v4
102+ - uses : actions/cache@v5
103103 with :
104104 path : ~/.bun/install/cache
105105 key : ${{ runner.os }}-${{ matrix.bun-version }}-bun-${{ hashFiles('**/bun.lockb') }}
@@ -120,7 +120,7 @@ jobs:
120120 FILE_CHECK_DELAY : 1500
121121
122122 - name : Upload artifacts in case of failure
123- uses : actions/upload-artifact@v4
123+ uses : actions/upload-artifact@v6
124124 if : failure()
125125 with :
126126 name : failed-test-on-${{ matrix.os }}-with-bun-${{ matrix.bun-version }}
@@ -139,9 +139,9 @@ jobs:
139139 # DEBUG: true
140140
141141 steps :
142- - uses : actions/checkout@v4
142+ - uses : actions/checkout@v6
143143
144- - uses : actions/setup-node@v4
144+ - uses : actions/setup-node@v6
145145 with :
146146 node-version : ${{ env.NODE_LATEST }}
147147 cache : ' npm'
@@ -168,7 +168,7 @@ jobs:
168168 run : npm test
169169
170170 - name : Upload artifacts in case of failure
171- uses : actions/upload-artifact@v4
171+ uses : actions/upload-artifact@v6
172172 if : failure()
173173 with :
174174 name : failed-test-on-ubuntu-with-puppeteer
0 commit comments