From 7da7bf11c70560afcd38c6d6f8a817c12be74797 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 21:52:39 +0000 Subject: [PATCH] chore(deps): update github artifact actions --- .github/workflows/autoBuild.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autoBuild.yml b/.github/workflows/autoBuild.yml index 9f839a2..7f8e366 100644 --- a/.github/workflows/autoBuild.yml +++ b/.github/workflows/autoBuild.yml @@ -103,7 +103,7 @@ jobs: find target/${{ matrix.target }}/generate-rpm -name "*.rpm" -exec cp {} ${{ steps.crate_info.outputs.name }}-${{ steps.crate_info.outputs.version }}-1.x86_64.rpm \; - name: Upload artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: ${{ steps.crate_info.outputs.name }}-${{ matrix.target }} path: | @@ -120,7 +120,7 @@ jobs: steps: - uses: actions/checkout@v5 - name: Download artifacts - uses: actions/download-artifact@v6 + uses: actions/download-artifact@v7 with: path: artifacts - name: Get crate info