Skip to content

Commit 057e42e

Browse files
authored
Merge branch 'feature/beta-release' into renovate/feature/beta-release-major-6-github-artifact-actions
2 parents 6e9d1d4 + ac9fd6c commit 057e42e

2 files changed

Lines changed: 4 additions & 4 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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
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@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6
561+
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7
562562
with:
563563
name: e2e-coverage
564564
path: coverage/e2e

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"@vitest/coverage-v8": "^4.0.18",
6767
"@vitest/ui": "^4.0.18",
6868
"autoprefixer": "^10.4.24",
69-
"eslint": "^9.39.2",
69+
"eslint": "^10.0.0",
7070
"eslint-plugin-react-hooks": "^7.0.1",
7171
"eslint-plugin-react-refresh": "^0.5.0",
7272
"jsdom": "28.0.0",

0 commit comments

Comments
 (0)