@@ -169,7 +169,7 @@ jobs:
169169 - name : e2e tests
170170 run : npx ts-node --log-error e2e/support/pretest.ts && npx playwright test -x
171171 - name : Upload e2e trace
172- uses : actions/upload-artifact@v5
172+ uses : actions/upload-artifact@v6
173173 if : ${{ !cancelled() }}
174174 with :
175175 name : playwright-report
@@ -297,12 +297,12 @@ jobs:
297297 sbom-artifact-match : " .*\\ .cyclonedx$"
298298 - name : Download artifact for SPDX Report
299299 if : github.ref == 'refs/heads/release'
300- uses : actions/download-artifact@v6
300+ uses : actions/download-artifact@v7
301301 with :
302302 name : npm_sbom.spdx
303303 - name : Download artifact for CycloneDx Report
304304 if : github.ref == 'refs/heads/release'
305- uses : actions/download-artifact@v6
305+ uses : actions/download-artifact@v7
306306 with :
307307 name : npm_sbom.cyclonedx
308308 - name : Remove older SBOMs
@@ -340,12 +340,12 @@ jobs:
340340 run : rm -rf sbom*.* || true
341341 - name : Download artifact for SPDX Report
342342 if : github.ref == 'refs/heads/release'
343- uses : actions/download-artifact@v6
343+ uses : actions/download-artifact@v7
344344 with :
345345 name : sbom.spdx
346346 - name : Download artifact for CycloneDx Report
347347 if : github.ref == 'refs/heads/release'
348- uses : actions/download-artifact@v6
348+ uses : actions/download-artifact@v7
349349 with :
350350 name : sbom.cyclonedx
351351
@@ -377,12 +377,12 @@ jobs:
377377 sbom-artifact-match : " .*\\ .cyclonedx$"
378378 - name : Download artifact for SPDX Report [Docker]
379379 if : github.ref == 'refs/heads/release'
380- uses : actions/download-artifact@v6
380+ uses : actions/download-artifact@v7
381381 with :
382382 name : docker_sbom.spdx
383383 - name : Download artifact for CycloneDx Report [Docker]
384384 if : github.ref == 'refs/heads/release'
385- uses : actions/download-artifact@v6
385+ uses : actions/download-artifact@v7
386386 with :
387387 name : docker_sbom.cyclonedx
388388 - name : Create/Clear folder [Docker]
0 commit comments