Skip to content

Commit c284642

Browse files
authored
Merge pull request #671 from Wikid82/renovate/feature/beta-release-major-7-github-artifact-actions
chore(deps): update actions/download-artifact action to v7 (feature/beta-release)
2 parents ec069a7 + 255ef90 commit c284642

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -546,19 +546,19 @@ jobs:
546546
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
547547

548548
- name: Download backend coverage artifact
549-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
549+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
550550
with:
551551
name: backend-coverage
552552
path: backend/
553553

554554
- name: Download frontend coverage artifact
555-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
555+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
556556
with:
557557
name: frontend-coverage
558558
path: frontend/coverage
559559

560560
- name: Download E2E coverage artifact
561-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
561+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
562562
with:
563563
name: e2e-coverage
564564
path: coverage/e2e

0 commit comments

Comments
 (0)