@@ -102,7 +102,7 @@ jobs:
102102 run : just test
103103
104104 - name : ⬆️ Upload coverage report
105- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
105+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
106106 with :
107107 name : test-coverage
108108 path : coverage/
@@ -154,7 +154,7 @@ jobs:
154154 run : just build
155155
156156 - name : ⬆️ Upload static website artifact
157- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
157+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
158158 with :
159159 name : blog-${{ github.sha }}
160160 path : dist/blog
@@ -235,7 +235,7 @@ jobs:
235235 run : npx playwright install chrome
236236
237237 - name : ⬇️ Download generated distribution
238- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
238+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
239239 with :
240240 name : blog-${{ github.sha }}
241241 path : dist/blog
@@ -248,7 +248,7 @@ jobs:
248248
249249 - name : ⬆️ Upload coverage report
250250 if : matrix.browser == 'chromium'
251- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
251+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
252252 with :
253253 name : test-e2e-coverage-${{ matrix.browser }}
254254 path : e2e-tests-report/coverage/ui-lcov.info
@@ -277,13 +277,13 @@ jobs:
277277 fetch-depth : 0
278278
279279 - name : ⬇️ Download test coverage report
280- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
280+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
281281 with :
282282 name : test-coverage
283283 path : coverage/
284284
285285 - name : ⬇️ Download test-e2e coverage report
286- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5
286+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
287287 with :
288288 name : test-e2e-coverage-chromium
289289 path : e2e-tests-report/coverage
0 commit comments