From 7199aa000d587ecda3e8c7957528a29d02d344fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 21:45:36 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/beta.yml | 4 ++-- .github/workflows/feature.yml | 4 ++-- .github/workflows/main.yml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index bf4d8df..cd91efb 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -48,7 +48,7 @@ jobs: run: npm run coverage - name: archive vitest code coverage results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: vitest-code-coverage-report path: ./coverage/ @@ -108,7 +108,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: download vitest code coverage results - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 with: name: vitest-code-coverage-report path: ./coverage/ diff --git a/.github/workflows/feature.yml b/.github/workflows/feature.yml index 590d837..926a893 100644 --- a/.github/workflows/feature.yml +++ b/.github/workflows/feature.yml @@ -45,7 +45,7 @@ jobs: run: npm run coverage - name: archive vitest code coverage results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: vitest-code-coverage-report path: ./coverage/ @@ -67,7 +67,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: download vitest code coverage results - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 with: name: vitest-code-coverage-report path: ./coverage/ diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4a9c7bd..adcd979 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -48,7 +48,7 @@ jobs: run: npm run coverage - name: archive vitest code coverage results - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: vitest-code-coverage-report path: ./coverage/ @@ -108,7 +108,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: download vitest code coverage results - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 with: name: vitest-code-coverage-report path: ./coverage/ @@ -131,7 +131,7 @@ jobs: steps: - name: download vitest code coverage results - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v7 with: name: vitest-code-coverage-report path: ./coverage/