From f00e2b428623c02cbc038647e8710c23abf59cfc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Feb 2026 17:06:49 +0000 Subject: [PATCH] Update actions/upload-artifact action to v6 --- .github/workflows/sync.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync.yaml b/.github/workflows/sync.yaml index dca0189..63096d6 100644 --- a/.github/workflows/sync.yaml +++ b/.github/workflows/sync.yaml @@ -137,7 +137,7 @@ jobs: continue-on-error: true - name: Upload (LOG) Artifacts [${{ matrix.source }}<==>${{ matrix.dest }}] - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: ${{ matrix.source }}_${{ matrix.dest }} path: | @@ -274,7 +274,7 @@ jobs: continue-on-error: true - name: Upload (LOG) Artifacts [${{ matrix.source }}<==>${{ matrix.dest }}] - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 with: name: ${{ matrix.source }}_${{ matrix.dest }} path: |