From dea1d8628f38caa3a935636d92506eea7a38f8cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 14:15:31 +0000 Subject: [PATCH] Update GitHub Artifact Actions --- .github/workflows/desktop-nightly.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/desktop-nightly.yml b/.github/workflows/desktop-nightly.yml index 0032c32..6b4e7af 100644 --- a/.github/workflows/desktop-nightly.yml +++ b/.github/workflows/desktop-nightly.yml @@ -132,7 +132,7 @@ jobs: Move-Item -LiteralPath $msiFile.FullName -Destination "output\windows\libchecker-webui-windows-x64.msi" -Force - name: Upload package artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: ${{ matrix.artifact }} path: output/${{ matrix.output_dir }}/* @@ -154,7 +154,7 @@ jobs: fetch-depth: 0 - name: Download package artifacts - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: path: nightly-assets merge-multiple: true