From cb3c60ad91beea0a748bdaaf1c861aff3c551974 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 10:42:41 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/sonar.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0eb319b..34312dd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: - name: Install dependencies run: pnpm install - run: pnpm run build - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: dist path: dist @@ -66,7 +66,7 @@ jobs: with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: name: dist path: dist diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml index b95b753..771ab47 100644 --- a/.github/workflows/sonar.yaml +++ b/.github/workflows/sonar.yaml @@ -24,7 +24,7 @@ jobs: # Run tests sonar reports - run: pnpm run test:coverage - name: Upload coverage artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: coverage path: coverage @@ -38,7 +38,7 @@ jobs: with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Download coverage artifact - uses: actions/download-artifact@v4 + uses: actions/download-artifact@v8 with: name: coverage path: coverage