From 6291931b1a5b004cd2baaab675df1c0a5387b48b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 10:51:28 +0000 Subject: [PATCH] ci(deps): update github artifact actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 759ae63..7af0482 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,7 @@ jobs: - name: Upload artifact for deployment job if: ${{ github.ref_type == 'tag' }} - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: dll path: publish* @@ -68,7 +68,7 @@ jobs: steps: - name: Download artifact from build job - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: dll