diff --git a/.github/workflows/app-build-verify.yml b/.github/workflows/app-build-verify.yml index 156cde9..c0ad3e2 100644 --- a/.github/workflows/app-build-verify.yml +++ b/.github/workflows/app-build-verify.yml @@ -496,7 +496,7 @@ jobs: briefcase package web static - name: Upload Failure Logs - uses: actions/upload-artifact@v4.3.3 + uses: actions/upload-artifact@v4.3.4 if: failure() with: name: build-failure-logs-${{ inputs.runner-os }}-${{ inputs.framework }}-${{ inputs.python-version }}-${{ inputs.target-platform }}-${{ inputs.target-format }} diff --git a/.github/workflows/app-create-verify.yml b/.github/workflows/app-create-verify.yml index 0f97471..19250e9 100644 --- a/.github/workflows/app-create-verify.yml +++ b/.github/workflows/app-create-verify.yml @@ -127,7 +127,7 @@ jobs: pprint(toml.load(pyproject_toml)) - name: Upload Failure Logs - uses: actions/upload-artifact@v4.3.3 + uses: actions/upload-artifact@v4.3.4 if: failure() with: name: build-failure-logs-${{ inputs.runner-os }}-${{ inputs.framework }}-${{ inputs.python-version }}