File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -304,18 +304,18 @@ jobs:
304304 egress-policy : audit
305305
306306 - name : Download packages
307- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
307+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
308308 with :
309309 pattern : vsix-package-*
310310
311311 - name : Download coverage report
312- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
312+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
313313 with :
314314 pattern : unit-test-coverage
315315 path : test-coverage
316316
317317 - name : Download test report
318- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
318+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
319319 with :
320320 pattern : test-report-linux
321321 path : test-report-linux
Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ jobs:
241241 run : npm run build
242242
243243 - name : Download VSIX package
244- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
244+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
245245 with :
246246 name : vsix-package-win32-x64
247247
@@ -270,7 +270,7 @@ jobs:
270270
271271 - name : Publish Test Results
272272 if : always() && steps.tests.conclusion != 'skipped'
273- uses : dorny/test-reporter@b082adf0eced0765477756c2a610396589b8c637 # v2.5 .0
273+ uses : dorny/test-reporter@3d76b34a4535afbd0600d347b09a6ee5deb3ed7f # v2.6 .0
274274 with :
275275 name : Playwright Tests
276276 path : e2e-report/results.xml
You can’t perform that action at this time.
0 commit comments