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: |