From f501650433e8b28e2ff5d2e20a8082d777512d6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 13:47:34 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.6.2 to 7.0.1 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 7.0.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/ea165f8d65b6e75b540449e92b4886f43607fa02...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/windows-ci.yml | 2 +- .github/workflows/windows-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows-ci.yml b/.github/workflows/windows-ci.yml index 2d9cbbb..3f8bf82 100644 --- a/.github/workflows/windows-ci.yml +++ b/.github/workflows/windows-ci.yml @@ -49,7 +49,7 @@ jobs: QT_QPA_PLATFORM: windows run: dist/ScreenTranslate/ScreenTranslate.exe --selftest --quiet --offline - name: Upload unsigned CI build - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: ScreenTranslate-windows-x64-unsigned path: dist/ScreenTranslate/ diff --git a/.github/workflows/windows-release.yml b/.github/workflows/windows-release.yml index b359342..a7632e4 100644 --- a/.github/workflows/windows-release.yml +++ b/.github/workflows/windows-release.yml @@ -85,7 +85,7 @@ jobs: $downloadUrl = "https://github.com/$env:GITHUB_REPOSITORY/releases/download/$env:GITHUB_REF_NAME/$env:SETUP_NAME" python release/generate_manifest.py --artifact "dist/$env:SETUP_NAME" --version $env:RELEASE_VERSION --download-url $downloadUrl --channel $env:RELEASE_CHANNEL --output dist/update-manifest.json - name: Upload workflow artifacts - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: ScreenTranslate-${{ github.ref_name }}-windows-x64 path: |