From c93bbd29a72d73699addb49f4108cb45fc1a1821 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 20:39:29 +0000 Subject: [PATCH] chore(deps): update actions/upload-artifact action to v6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50e40b0..2799fab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -72,7 +72,7 @@ jobs: - name: Build package run: cargo deb --target ${{ matrix.build.target }} - name: Archive artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v6 if: ${{ matrix.build.rust == 'stable' }} with: name: stableartifacts-${{ matrix.build.os }}-${{ matrix.build.target }}