From 30f33190d0331ded1114f29e372a8f6662a476ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 03:11:50 +0000 Subject: [PATCH] ci(deps): bump actions/upload-artifact from 4 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-desktop.yml | 6 +++--- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-desktop.yml b/.github/workflows/build-desktop.yml index 8b9907f..1e55932 100644 --- a/.github/workflows/build-desktop.yml +++ b/.github/workflows/build-desktop.yml @@ -148,7 +148,7 @@ jobs: fi - name: Upload macOS DMG - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: DocFinder-macOS path: dist/DocFinder-macOS.dmg @@ -303,7 +303,7 @@ jobs: } - name: Upload Windows installer - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: DocFinder-Windows path: DocFinder-Windows-Setup.exe @@ -443,7 +443,7 @@ jobs: rm -rf squashfs-root - name: Upload Linux AppImage - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: DocFinder-Linux path: dist/DocFinder-Linux-x86_64.AppImage diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7c99c63..1e2b4c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -162,7 +162,7 @@ jobs: - name: Upload security reports if: always() - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: security-reports path: | @@ -192,7 +192,7 @@ jobs: run: twine check dist/* - name: Upload artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: dist path: dist/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a63ae4c..9933b5d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: ls -lh dist/ - name: Upload artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v7 with: name: release-dist path: dist/